We have authentication server, there we provide the user credentials, once authenticated, the request forwarded to oracle jet application url. The request contains the user details. In oracle jet application, how can we read the user details from the request object.
Authentication Server: http://<authentication_server>/jetappcontext it takes to login page, once login success, it adds user details to the request object and forward to the jet app url http://<jet_papp_server>/jetappcontext/index.html
Please do suggest how can achieve this ?
Apart from the above, if you have already implemented any solution for SSO with oracle jet application, please provide the details.