You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mraible Can you add an example of a conforming request? I believe this is a custom parameter (not in the OIDC Core spec) that Auth0 uses, is that correct?
I'm able to get an access token using OIDC Debugger. However, it's not a JWT. It's just an opaque string. Auth0's API does have a "Test" tab you can use to get tokens.
Once you create a test application, it shows you a cURL command you can use:
Here it is with replacements for the client ID and client secret:
If added, this site can be used to obtain a JWT-based access token from Auth0. Without it, you get an opaque token.
https://community.auth0.com/t/spring-boot-jwe-not-configured/80106
The text was updated successfully, but these errors were encountered: