2 Answers
- Newest
- Most votes
- Most comments
1
Hi again,
FInally, the configuration that has worked correctly for me into AWS SSO is:
| Attribute APP | Attributte SSO | Format |
|---|---|---|
| Subject | ${user:email} | emailAddress |
| name | ${user:name} | basic |
| last_name | ${user:familyName} | basic |
| first_name | ${user:givenName} | basic |
| ${user:email} | basic |
Regards!
answered 4 years ago
0
I think the problem is related to setting up the trust between Gitlab - the service provider's application and AWS SSO, make sure to check the instruction manual AWS Single Sign-On (AWS SSO) Integration Guide for GitLab
HTH.
answered 4 years ago
I have followed that guide and the most I get is a 403 in the AWS SSO, I can not see more logs except the ones I see in the Cloudtrial where the 403 is indicated in Federate.
The configuration with the Okta provider has worked correctly but with AWS SSO I can't get it to work.
Relevant content
asked 4 years ago
asked 3 years ago
asked 6 years ago
asked 4 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 months ago

Thank you for this; this is what I needed for names to show up properly in GitLab.