Hello Everyone,
currently I've the requirement to implement a LoginModule to support SSO for several different SAP Systems. I've read about how to implement a LoginModule and the JAAS Specification and I have to say it seems all pretty straight forward.
But the thing is that it is all about making a SSO to one System. I've a working LoginModule now but the problem is:
When I do a SSO to one Application it works without problems. When after performing an SSO to an application I try to do another SSO to a second application it works for the second one but i get logged out from the first one.
So I'm currently searching for a possibility to logon to n-applications at the same time without getting logged out.
Has anyone any Idea about how to get this done?
Thanks a lot in advance
Johannes