My project authentication use OpenAM with Spring Security and SAML extension. It's work fine.
I implemented the SAMLUserDetailsService interface, get back the uid (user id) from OpenAM (nameid-format:unspecified).
It's ok too, but I need the user information (email, phone...) and roles from OpenAM. How can I do this from here ?