During migration from v13 to v16 through all versions I noticed that I can’t login to the system because file .well-known/jwks
is not available and returns 404 during login. It is working fine with v13.9.2.
Any reason why this file is not exists for .well-known/openid-configuration?
What you can do to reproduce it:
- Prepare configuration for Content Delivery API:
"DeliveryApi": { "Enabled": true, "PublicAccess": true, "MemberAuthorization": { "AuthorizationCodeFlow": { "Enabled": true, "LoginRedirectUrls": [ "https://localhost:4200/auth/callback" ], "LogoutRedirectUrls": [ "http://localhost:4200/" ] } }
- Go to file: {baseUrl}/.well-known/openid-configuration/
- Try open {baseUrl}/.well-known/jwks
- This file is not found.
.well-known/openid-configuration file:
Then I can’t to login using oicd package on client side (angular) to go to authorized content.