How can I customize the RH-SSO login page's logic?
Issue
- Currently we are on
PicketLinkwith ourIDPhas custom servlet to login ( viaHTTP POST) toIBM WebSphereandSAPto get cookies and set cookies back to user's browser. - For more info we get cookie
LTPAandLTPA2fromWebSphereand set cookies back to browser asLTPAandLTPA2. -
We get cookie name
SAPTicketCookieand set cookie back to browser asSAPTicket -
Now, we need to move to
RH SSO. So, I consider about 2 alternatives:
- If there is a way to custom
RH SSOlogin page in the same way we did withIDP - Host a custom login page then do
HTTP POSTtoRH SSOServer
(http:///auth/realms/ /protocol/openid-connect/token)
getauthorization_token, from respondJSON, do the rest ofHTTP POSTto get cookie, then set authorization header and cookies back to browser.
Environment
- Red Hat Single Sign-On (RH-SSO) - 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.