Skip to content

Fixes DOC-13145: Updated configure-cloud-org-sso #19623

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/current/cockroachcloud/configure-cloud-org-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@ These instructions work for Okta. If you use a different IdP, refer to its docum

CockroachDB Cloud expects the following SAML attribute mappings from your IdP:

| Name | Value |
| --------- | ---------------- |
| email | user.email |
| name | user.displayName |
| Name | Value |
|-------|-------------------|
| email | `user.email` |
| name | `user.displayName`|



#### Configuration steps
Expand Down
1 change: 0 additions & 1 deletion src/current/cockroachcloud/configure-scim-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Okta disables deprovisioned users and does not support deleting them.
* Deactivate users
* Import users
* Import groups
* Profile sourcing (Management of certain user fields from the IdP)
* Group push

### SCIM Group Push with Okta
Expand Down
Loading