organization
parameter in the /authorize and SAML endpoints can accept both organization names and IDs.org_name
and org_id
claims.org_name
parameter only accepts the required Name value and does not support Display Name values.PATCH /api/v2/tenants/settings
endpoint to set allow_organization_name_in_authentication_api
to true
. For more information, review the Management API documentation./authorize
endpoint passing your organization name for the organization
parameter:POST /oauth/token
endpoint to retrieve access and ID tokens:org_id
and org_name
claims:iss
(issuer) claims in tokens, an organization with the same name in a different tenant could generate tokens that are incorrectly accepted by your API.org_name
claim in a token may no longer match the current organization name, which could prevent applications from granting access to the appropriate organization.iss
claim to ensure a token was issued by your Auth0 tenant.