{organization_name}
placeholder will only be evaluated when all the following the conditions are met:
organization_usage
set to allow
or require
/authorize?organization=org_bVss9Do3994SIbiH&…
){organization_name}
placeholder will be evaluated in addition to exact match URLs (https://app.exampleco.com
) and URLs with wildcards (https://*.exampleco.com
). You must not rely on any specific order of evaluation of the URLs.
Avoid registering URLs with wildcard and Organization placeholders in the same configuration field for an application as it may lead to undesirable behavior and make troubleshooting difficult. As an example, consider an application with two Allowed Callback URLs: https://*.exampleco.com
and https://{organization_name}.exampleco.com
. A redirect_uri
with the value of https://company-a.exampleco.com
would be considered valid even if there were no Organizations with the name company-a
registered in your tenant; this is due to the evaluation of the wildcard placeholder.
{organization_name}
placeholder where relevant.
Manage these settings in Dashboard > Applications > Applications in the following fields:
*
) as a wildcard for subdomains, but it must be used in accordance with the following rules in order to properly function:
http
or https
. Protocols such as com.example.app
and service:jmx:rmi
will not work.https://*.com
will not work.https://sub.*.example.com
will not work.https://*.*.example.com
will not work.https://prefix-*-suffix.example.com
will work.https://*.example.com
will not work with https://sub1.sub2.example.com
.{organization_name}
as a placeholder to dynamically specify a registered organization’s name in a URL (https://{organization_name}.exampleco.com
). URLs with the {organization_name}
placeholder should only be used on domains that you fully control (for example, https://{organization_name}.exampleco.com
where you control the exampleco.com
domain).
Manage these settings in Dashboard > Applications > Applications in the following fields:
{organization_name}
placeholder:
http:
or https:
. com.example.app://{organization_name}.exampleco.com
will not work.https://{organization_name}
or https://exampleco.com/{organization_name}
will both not work.https://sub.{organization_name}.exampleco.com
will not work.https://{organization_name}.{organization_name}.exampleco.com
will not work.https://prefix-{organization_name}-suffix.exampleco.com
will not work.https://{organization_name}.*.exampleco.com
will not work.