2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
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.
répondu il y a 2 ans
0
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!
répondu il y a 2 ans
Contenus pertinents
- demandé il y a 2 ans
- Réponse acceptéedemandé il y a un an
- Réponse acceptéedemandé il y a 2 ans
- demandé il y a 7 mois
- AWS OFFICIELA mis à jour il y a 10 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
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.