Highlighted region in Authentication
Changes
Please describe both what is changing and why this is important.
The value {YOUR_TENANT_AND_REGION}.auth0.com was a bit misleading for me. It took me some time to realize that I needed to enter auth-sp-staging.eu.auth0.com in my case. The region is separated from the tenant by a ., which I think is important to highlight.
References
Please include relevant links supporting this change such as a:
- n/a
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
Checklist
- [x] I have read the Auth0 general contribution guidelines
- [x] I have read the Auth0 Code of Conduct
- [x] All existing and new tests complete without errors
Important to note tho is that:
- For some customers the second part after the
.is not a region - For some customers there even isnt a second part.
I recommend to simplify things and just call it {YOUR_DOMAIN}
@frederikprijck
We can add some examples, to clarify both domain.
The point is, in Auth0's dashboard, this is called "Domain", and that is the value we need to put here.
Hi @bennycode
Thank you for raising the PR. We kindly request you to update your PR with latest changes. Can we keep it simple for all the users by calling "Domain".
Thank you