How to get Obsso cookies in webcenter.
We have protected our webcenter url with OAM .
Once user request to webcenter he is redirected to OAM login page , once he is authenticated user is landed to webcenter pages .
In webcenter i want to access obsso cookies which is stored in browser cookies as part of sso .
I tried to access all the cookies using following el expression in my jsp code .
#{facesContext.externalContext.requestCookieMap}
This is returning only webcenter specific cookies but i am able to see OAM specific cookies in page info --> security --> cookies section but above el expression is returning
only webcenter cookies .
Can any body suggest me how can i access OAM specific cookes in my portlet which is configured in webcenter .
Thanks With Regards ,
Arun.