Reputation: 12741
I'm setting up Web SSO using the Spring Security SAML extension, and I'm using SSOCircle as my IdP. Following the Spring Security quick start, I was able to get up and running. However, I want the IdP to also provide additional user details such as role / organization information. How/Where does the IdP communicate additional user details? Does anyone know if we can provide additional information with SSOCircle?
Upvotes: 0
Views: 245
Reputation: 457
You can configure SSOCircle IDP to send additional attributes along with the SAML assertion. For example: last name, first name and email address. For specific requirements you should contact SSOCircle directly for a custom setup.
Upvotes: 1