Get Session ID with responce of Saml application

Hi there!
I need help. In Acumatica ERP I tested OneLogin it works fine but I need to implement octa.
In login page I push button then I successfully authenticate in octa and then I redirected back. I have SAMLResponce,
but my app can’t create session because there is no [sid] variable

I used this tutor: Get Started with Spring Boot, SAML, and Okta | Okta Developer

The session cookie is seperate from the SAML response: https://developer.okta.com/use_cases/authentication/session_cookie/

In developer tools you should be able to review it under response cookies:

image

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.