Skip to content
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

Documentation: AUTH0_USER seems to be wrong #97

Open
cwilligv opened this issue Jun 3, 2024 · 1 comment
Open

Documentation: AUTH0_USER seems to be wrong #97

cwilligv opened this issue Jun 3, 2024 · 1 comment

Comments

@cwilligv
Copy link

cwilligv commented Jun 3, 2024

Hi there,

I've using auth0 for a while and I noticed that the documentation in curso-r.github.io says AUTH0_USER should be the username, which can be found on the top corner of the site. That for me is the email address that I used to sign in to auth0.com. However, if I use that in the environment variable I get an error as the url is incorrect. I now use the DOMAIN variable from auth0.com, the one above the CLIENT ID and it works fine.

Do everyone else use the email in AUTH0_USER and it works? or is this an error in the documentation?

Cheers.

@daniel-simeone
Copy link

Also, the default api_url in the yaml file is only correct if you are using the US domain.

api_url: !expr paste0('https://', Sys.getenv("AUTH0_USER"), '.auth0.com')

Perhaps a mention that you might need to change that would be helpful in the docs.
For the Canadian domain, for example, you need to put in ".ca.auth0.com"

If you go to the application's API tab, you can see the correct URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants