-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[ZT] SSO apps #25412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZT] SSO apps #25412
Conversation
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Using a command line terminal where you have already set the environment variable `CF_API_TOKEN` to a user or account API token which has the SSO Connector Edit permission, run the following command to create an SSO connector. Replace `{account_id}` with your account ID, and `{domain}` with your email domain. | ||
|
||
Once your SSO domain is approved, a new **SSO App** application will appear under **Access** > **Applications**. The application is pre-configured with `allow email domain` as the default rule and your IdP as the authentication providers. | ||
```bash title="cURL command" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we use the API Request component here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This endpoint is not in the API schema yet.
If verification fails due to timeout, you may manually reinitiate the polling by running the following command: | ||
|
||
::: | ||
```bash title="cURL command" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question here (or the CURL component)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcpena If you want to give this file a second pass, take Márcio's suggestion into account.
src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx
Outdated
Show resolved
Hide resolved
1. Return to Zero Trust and go to **Settings** > **Authentication**. | ||
2. For **Cloudflare dashboard SSO**, set your email domain to **Disabled**. | ||
3. [Re-configure your IdP](/cloudflare-one/identity/idp-integration/). | ||
```bash title="cURL command" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question
... | ||
} | ||
``` | ||
```bash title="cURL command" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question
src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: marciocloudflare <[email protected]>
Preview URL: https://53a0ca7e.preview.developers.cloudflare.com Files with changes (up to 15) |
Summary
Documentation checklist