How to read Single sign on information in a webdynpro view.For this we need to do UME integration in J2EE engine. Please explain how to do this integration.
I am not sure which Information do you need, but you have access to the UME data of the current user with eg. WDClientUser.getCurrentUser().getLastName()
In other words: you have written a self-registration application and you want to enhance your user store with addtional authentication data (such as X.509 client certificate(s) assigned to that user account)?
I'm just wondering why you don't refer to the UME services.
User management and authentication (incl. Single Sign-On) is an application-independent service - if every application would implement their own user management you would easily end up in a mess; users should have an unique identity - actually not even across multiple applications and servers but maybe even across entity boundaries (just think of collaborating companies).
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment