When I m creating custom apis the url i provide for the audiance do i need to register this url?
The URL you provide when registering a custom API are just identifiers, so there is no need to register it. They should just be unique identifiers that you’ll then use as the audience in your authentication flow.
From the documentation:
A unique identifier for the API. Auth0 recommends using a URL. Auth0 does differentiate between URLs that include the last forward slash. For example,
https://example.com
andhttps://example.com/
are two different identifiers. The URL does not have to be a publicly available URL. Auth0 will not call your API. This value cannot be modified afterwards.
Thanks for the reply
1 Like
No worries! We are here for you!
1 Like
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.