java - OKTA SSO SAML Response -
trying setup sso java web application built spring mvc. i've registered application okta server, got metadata url , signon url. i'm using signon url application, authenticating success, post request made form data include saml response object.
what should next step here? i've decoded saml response, , understanding need token or session id i'll need use further requests okta server.
edit 1: ran spring-boot-saml-example, authentication works expected. but, when trying current session using okta session api spring application, http 404 code returned. fetching current session using browser work fine.
take @ blog post, example uses spring security , okta saml app . take @ that, , if doesn't let know.
Comments
Post a Comment