Closed etanxing closed 4 years ago
There should be a cause
associated with that exception
instance, see if you can get it with the debugger and share it here. It's probable that your application is not configured as OpenID compliant. Check the dashboard, application settings, advanced settings, OAuth, and see if the OpenID / OIDC switch is ON.
I was seeing this error when my device date didn't match up with the actual time. Make sure your device is set to the Use network provided time property
and it should work.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇♂️
Closing until more info is provided. If you still need help, please re-open.
Hi There,
In https://auth0.com/docs/flows/concepts/auth-code-pkce it said
The easiest way to implement the Authorization Code Flow with PKCE is to follow our Mobile/Native Quickstarts
. so I followed this repo but gotcom.auth0.android.authentication.AuthenticationException: Could not verify the ID token
error.Here is my config:
Thanks