SAML2 Assertion: Support to map additional user attributes #7779
Labels
in: saml2
An issue in SAML2 modules
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Summary
With the current implementation - in Spring Security 5.2.1 - it works very well to map external roles / authorities to internal authorities (using a custom
AuthoritiesExtractor
).For all other user data (e.g. mail, country ...), which are also sent within the assertion, there is currently no possibility to read out the data.
It would be nice if we had something similar to the LDAP
org.springframework.security.ldap.userdetails.UserDetailsContextMapper
interface.Version
5.2.1.RELEASE
The text was updated successfully, but these errors were encountered: