Skip to content

Update set-up-saml.md #4231

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

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/manage/security/saml/set-up-saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Follow these steps to configure IdP-initiated login. After this procedure, you c
1. **Configuration Name**. Enter a name to identify the SSO policy (or another name used internally to describe the policy).
1. **Debug Mode**. Select this option if you'd like to view additional details if an error occurs when a user attempts to authenticate. For more information, see [View SAML Debug Information](view-saml-debug-information.md).
1. **Issuer**. Enter the unique URL assigned to your organization by the SAML IdP. <br/>ADFS example: `http://adfs.myserver.tld/adfs/services/trust`
1. **X.509 Certificate**:.Copy and paste your organization's X.509 certificate, which is used to verify signatures in SAML assertions. For ADFS, the certificate required is the Token-signing ADFS X.509 certificate.
1. **X.509 Certificate**:.Copy and paste your organization's X.509 certificate, which is used to verify signatures in SAML assertions. For ADFS, the certificate required is the Token-signing ADFS X.509 certificate. The certificate must include the hash text including "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----".
1. **Attribute Mapping**. Depending on your IdP, select: 
* **Use SAML subject**
* **Use SAML attribute** and type the email attribute name in the text box.
Expand Down
Loading