-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong audience for Auth0 #43
Comments
@peter-volkov this is because you’ll have to add the API in Auth0. I believe this is documented in the readme but let me check. You may see a quick PR pop up for this when I’m back online describing the steps in the readme or with a slight code change. Stay tuned. |
Yes. The doc says
And I did it. Still get "Service not found" response from Auth0. I set there management URL ( https://dev-jy6v3fnerbvyxy6p.us.auth0.com/api/v2/ in my case ) |
Faced a similar issue with audience URL in |
yes.
The audience needs to be defined in envionrment variable
And in your Auth0 account, you need to create an "application" that correspond to this audience. https://auth0.com/docs/get-started/applications |
moesif-developer-portal/my-dev-portal/src/components/pages/keys/Auth0Keys.js
Line 39 in a9341d1
@matthewtanner91
Shouldn't it be changed to something like
process.env.REACT_APP_AUTH0_API_AUDIENCE
?
Because otherwise Auth0 with return
"{ error: "access_denied", errorDescription: "Service not found: http://127.0.0.1:3030", state: "0pxyoUsOXEdEf6MMfy4eZwKgefhfc2Iw" }
The text was updated successfully, but these errors were encountered: