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

[v14] Docs: update SAML IdP guide with new input labels and screenshot #43145

Merged
merged 3 commits into from
Jun 20, 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
Binary file modified docs/img/access-controls/saml-idp/add-entity-descriptor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/access-controls/saml-idp/teleport-idp-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions docs/pages/access-controls/idps/saml-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ is also referred to as SAML SSO URL.

To configure Simple Test Service Provider, the values you need to provide are the following:
- **App Name:** `iamshowcase`
- **Entity ID:** `iamshowcase`
- **ACS URL:** `https://sptest.iamshowcase.com/acs`
- **SP Entity ID / Audience URI:** `iamshowcase`
- **ACS URL / SP SSO URL:** `https://sptest.iamshowcase.com/acs`

Click **Finish** button, the `iamshowcase` app is now added to Teleport.

Expand Down Expand Up @@ -225,6 +225,5 @@ Next, add the role to your user.

(!docs/pages/includes/add-role-to-user.mdx role="sp-manager"!)


## Next steps
- Configure [SAML Attribute Mapping](./saml-attribute-mapping.mdx).
Loading