Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Ok, It makes sense. Thank you for the details :) We noticed that this issue was because our idp partner trimmed the request a little bit to much !!</p> <p>So this issue is gone, we actually know are able to land on our application page - We have a SSO SUCCESS in the federation log. </p> <p>But in the session we get :</p> <pre><code>cookieMode is :true CookieMode is:true SessionID(HttpServletRequest) : is forward = null cookieMode is :true CookieMode is:true Running sendEvent, type = 0 Session.isPollingEnabled is false Session Cache cleanup is set to true Session.isPollingEnabled is false Session Cache cleanup is set to true Running sendEvent, type = 0 Session.isPollingEnabled is false Session Cache cleanup is set to true Session.isPollingEnabled is false Session Cache cleanup is set to true SessionID(HttpServletRequest) : is forward = null getSidFromQuery: request =org.apache.catalina.connector.RequestFacade@84b1e0 getSidFromQuery: sid =null before decoding getSidFromURL:sidString=null after decoding: getSidFromURL:sidString=null could not create SSOToken from HttpRequest com.iplanet.dpro.session.SessionException: Invalid session ID. at com.iplanet.dpro.session.Session.getSession(Session.java:1089) at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:92) at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:241) at com.sun.identity.plugin.session.impl.FMSessionProvider.getSession(FMSessionProvider.java:408) SessionID(HttpServletRequest) : is forward = null getSidFromQuery: request =org.apache.catalina.connector.RequestFacade@84b1e0 getSidFromQuery: sid =null before decoding getSidFromURL:sidString=null after decoding: getSidFromURL:sidString=null could not create SSOToken from HttpRequest com.iplanet.dpro.session.SessionException: Invalid session ID. at com.iplanet.dpro.session.Session.getSession(Session.java:1089) at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:92) at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:241) </code></pre> <p>And so in our application, we try to get the USER_SESSION from the http request, but it is null so we get stuck on the login page of our application :/</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload