Skip to content

Commit

Permalink
Identity Management tutorial - fixed custom:group attribute naming (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen authored Apr 25, 2024
1 parent 960c8cc commit 0128de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/Identity Management/microsoft-entra-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ aws cognito-idp create-identity-provider \
--provider-name=azureidp \
--provider-type SAML \
--provider-details MetadataURL=<App Federation Metadata Url> \
--attribute-mapping email=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress,groups=http://schemas.microsoft.com/ws/2008/06/identity/claims/groups
--attribute-mapping email=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress,custom:groups=http://schemas.microsoft.com/ws/2008/06/identity/claims/groups
```

### Pre token generation
Expand Down

0 comments on commit 0128de5

Please sign in to comment.