Field | Description | Example |
---|---|---|
Name | A friendly name for the API. Does not affect any functionality. | yourDomain |
Identifier | 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 and https://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. | https://{yourDomain} |
JSON Web Token (JWT) Profile | The profile determines the format of the access tokens issued for the API. The available values are Auth0 and RFC 9068 . To learn more, read Access Token Profiles. | access_token |
JSON Web Token (JWT) Signing Algorithm | The algorithm to sign the access tokens with. The available values are HS256 , PS256 , RS256 . If you select RS256 , the token will be signed with the tenant’s private key. | HS256 |