Reputation: 222
I am using a OAM for access Management in my Application which is a WCP 11 PS4 A Application over Weblogic. One of the functionality in the application is allow the user to update/Change UserName within a logged In Session.
My Concern is when User updates username how will that affect Session. I believe though i am using the OAM (ObSSO Cookie) for authentication the container Session is Still maintained by the container and if session is Affected then will ObSSO Cookie also needs to be updated accordingl
Upvotes: 0
Views: 117
Reputation: 1001
When the user(assuming uid) changed in the logged in session the ObSSOCookie will not be affected but the other use-cases like logout or OAM Session timeout will be affected. Ideally you should regenerate the ObSSOCookie for updated/changed user.
Upvotes: 0