Question

I'm trying to implement the SSO Based SAML2 of WSO2 identity server,now from the given example here of IS documentation ,It seems that from the identity server, I only can get the username from SAMLresponseMessage, I wonder if I can get the whole user object? can I get the API for Identity server development?

Was it helpful?

Solution 2

Yes, you can get specific attributes. A detailed explanation about that can be found here.

OTHER TIPS

Just see repose from Adrian. The link that Adrian has shared it useful....

Yes you can. Here, you want to use basic attribute profile and get the user attribute from SAML response. In identity server SP registration page, you would see check box to enable "attribute profile" then you can define the claims that must be sent over SAML response.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top