Skip to content

Commit d0e9cb1

Browse files
Update manage-self-service-sso.mdx (#961)
* Update manage-self-service-sso.mdx * Update manage-self-service-sso.mdx
1 parent 720054c commit d0e9cb1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

main/docs/authenticate/enterprise-connections/self-service-SSO/manage-self-service-sso.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ To generate an access ticket for a new connection through the Auth0 Dashboard:
242242
3. Under **Ticket configuration**, provide a required name for the connection your customer admin will configure.
243243
4. In the **Settings** section, configure additional options as needed for the new connection:
244244

245+
* **Domain**: Select the custom domain to be used in the ticket URL. Only available when multiple custom domains are present.
245246
* **Display Name**: A user-friendly name for the connection that displays on Universal Login prompts.
246247
* **Enabled Clients**: A comma-separated list of client IDs to associate with the connection.
247248
* **Enabled Organizations**: A comma-separated list of organization IDs to associate with the connection.
@@ -285,6 +286,12 @@ To generate an access ticket through the Management API.
285286

286287
`POST  /api/v2/self-service-profiles/{id}/sso-ticket`
287288

289+
<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
290+
291+
Use the `auth0-custom-domain` header to set the custom domain to be used in the ticket URL. This is only available when the Multiple Custom Domains feature is enabled.
292+
293+
</Callout>
294+
288295
In the request body, specify the parameters described in the table below.
289296

290297
| Parameter | Description |

0 commit comments

Comments
 (0)