Hi Konrad
Say the authentication is down or returns intermittent login failure. So we try to login via /oauth/token end point it fails. A new client can’t login and hit our own API.
For existing clients that have logged in, when they try to access our API, they will pass along the access token. Our API then have to verify the token by downloading the JWK from the .well-known/jwks.json endpoint. Will this URL be affected when the authentication API has issues?