Skip to content
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

Add docs on SAML admin #13742

Merged
merged 2 commits into from
Jan 8, 2025
Merged
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
20 changes: 20 additions & 0 deletions content/docs/pulumi-cloud/access-management/saml/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,26 @@ Example of the `AuthnStatement` element with session lifetime configured:

If `SessionNotOnAfter` isn't specified, then the Pulumi Cloud will use the default session lifetime of 12 hours.

## SAML Admin

A SAML admin can log in to your Pulumi organization using an alternative login method. This ensures someone can always log in to your organization to help resolve errors with the SAML configuration.

Whoever configures SAML for your organization is automatically made the SAML admin. To change the SAML admin:

1. Navigate to **Settings** > **Access Management**.
1. In the **SAML SSO** section, select the **SAML Admin** button.
1. Select a new SAML admin from the list.

{{% notes type="info" %}}
Only organization admins can be SAML admins. If you want to designate a member or billing manager as the SAML admin, you will first need to change their role to admin, then make them a SAML admin.
{{% /notes %}}

{{% notes type="warning" %}}
When a user stops being a SAML admin, they will automatically lose all other login methods.
{{% /notes %}}

Only one SAML admin per organization is supported at this time.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also clarify that if a user stops being a saml admin, they will loose the other login methods?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! will add


## Troubleshooting

### Validation error while trying to save an IdP-provided metadata XML in the Pulumi Cloud
Expand Down
Loading