AWS - Notes about SSO with Azure

Update – Single Azure to SSO to multiple AWS

  • Identifier must be unique, it can be string

Config Azure AD SSO to AWS Console via SMAL

Azure Official Doc

https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/amazon-web-service-tutorial

Aditional Notes

The config not align with above doc but needed when doing the config,

Example of claim key/values:

Full config as below

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
user.mail

http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
user.givenname

http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
user.userprincipalname

http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier
user.userprincipalname

http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
user.surname

https://aws.amazon.com/SAML/Attributes/Role
user.assignedroles

https://aws.amazon.com/SAML/Attributes/RoleSessionName
user.userprincipalname

After successful config, login via
https://account.activedirectory.windowsazure.com/r#/applications

Reward Makes Perfect
0%