morincer / teamcity-plugin-saml

The plug-in adds ability to authenticate users by SAML-based SSO providers (like Okta, Onelogin etc.)
MIT License
24 stars 16 forks source link

question - is the group mapping only supported for Okta SSO integration? or any Custom SSO #71

Closed jastsai closed 3 years ago

jastsai commented 3 years ago

I am using AWS SSO with this plugin to enable the TeamCity SAML SSO integration and I am wondering if the group mapping is only supported for Okta SSO integration?

I created group in AWS SSO with the same name as I have in one of the teamcity group and seems the group mapping isn't working.

Update:

Thanks

morincer commented 3 years ago

hi @jastsai , sorry I don't get the question. The group mapping is universal (not bound to particular IdP) and, unfortunatelly, I don't know if it's possible to change the way AWS SSO sends groups in SAML response - you better refer to AWS SSO documentation/support. If you give me an example of groups returned from AWS SSO and expected mapping I would think about probable solutions.