Skip to content

Commit

Permalink
removed nameidentifier row
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Jun 7, 2022
1 parent 0e41637 commit 2e291e6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ description: "Using AWS SSO as your identity provider for your Azure account"
| <assertion_path>/givenname | ${user:givenName} | basic |
| <assertion_path>/surname | ${user:familyName} | basic |
| <assertion_path>/name | ${user:preferredUsername} | basic |
| <assertion_path>/nameidentifier | ${user:name} | basic |
| <assertion_path>/emailaddress | ${user:email} | basic |

Where <assertion_path> is http://schemas.xmlsoap.org/ws/2005/05/identity/claims.
Expand All @@ -54,7 +53,7 @@ description: "Using AWS SSO as your identity provider for your Azure account"
2. Select **Download certificate** to install the AWS SSO certificate.
1. On the Setup Identity Provider page in BigAnimal, select the **Setup Config** tab.
1. Paste the **AWS SSO sign in URL** into the **Single Sign-On URL** field.

1. Select **Choose File** and choose the **AWS SSO certificate** from your files.
1. Select HTTP-POST for the **Request Binding**.
1. Enter a **Response Signature Algorithm**. We reccomend rsa-sha256.
Expand Down

0 comments on commit 2e291e6

Please sign in to comment.