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

Feature/11655 saml SCIM limitations #13521

Merged
merged 13 commits into from
Dec 16, 2024
Merged
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
4 changes: 4 additions & 0 deletions content/docs/pulumi-cloud/access-management/saml/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ The [Pulumi Cloud](https://app.pulumi.com) can be configured to work with any SA

If you're a member of a SAML-based Pulumi organization, you can sign in to [your account](/docs/pulumi-cloud/accounts/) via Single Sign-On. To learn about the important aspects of configuring SSO for your IdP, refer to the [SSO page](sso/).

{{% notes "info" %}}
{{< sso-scim-limits-info >}}
{{% /notes %}}

## Integration Guides

If you're looking to integrate Pulumi with your SAML 2.0 identity provider, refer to one of our example guides:
Expand Down
4 changes: 4 additions & 0 deletions content/docs/pulumi-cloud/access-management/scim/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The [Pulumi Cloud](https://app.pulumi.com) supports System for Cross-domain Iden
If desired, in addition to the SCIM-managed teams, one can also configure and manage Pulumi-local teams in the Pulumi Cloud. See [Teams](/docs/pulumi-cloud/access-management/teams/) for how to configure teams in the Pulumi Cloud.
{{% /notes %}}

{{% notes "info" %}}
{{< sso-scim-limits-info idp="your Identity Provider" >}}
{{% /notes %}}

To set up synchronization between Pulumi and your SAML 2.0 identity provider, refer to one of our example guides:

- [Azure Active Directory](/docs/pulumi-cloud/access-management/scim/azuread/)
Expand Down
2 changes: 2 additions & 0 deletions layouts/shortcodes/sso-scim-limits-info.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{- $idp := .Get "idp" | default "your Identity Provider" -}}
Pulumi supports only one Pulumi organization per SCIM application. If your team manages multiple Pulumi organizations, you must configure separate SCIM applications for each organization in {{ $idp }}.
Loading