cloudfront-auth icon indicating copy to clipboard operation
cloudfront-auth copied to clipboard

JWT Signing keys are not found when application has custom signing keys in Azure AD

Open tuomovee opened this issue 4 years ago • 0 comments

JWT signature validation fails to discover signing keys when the application has custom signing keys - for example due to usage of the claims-mapping feature.

This can be resolved by appending query parameter "appid" with value matching client/application id to the discovery URL.

tuomovee avatar Mar 02 '21 12:03 tuomovee