SAML 2 and ADFS 3.0 IDP - SSO Invalid Status Code First time Login - But succeeds every time after -


we encountering

response has invalid status code urn:oasis:names:tc:saml:2.0:status:responder

samlexception trying run spring saml sample application. idp adfs 3.0 server , sp uses self-signed url. following url of sp/app

https://ec2-52-0-198-40.compute-1.amazonaws.com:8443/spring-security-saml2-sample/

the weird thing happens after authenticating @ idp - first time only. if try url second time, remembers successful login , redirects correctly app/sp. every attempt login after successful. global logout , local logout works too.

but, if clear browser of cookies , history , try login again, "invalid status" problem appears first time around. , subsequent logins successful.

@vladimír-schäfer : ideas why problem happening? much.

one path worth trying make sure https certificate presented site trusted. i've seen cases when page used browsers confirm invalid certificate breaks data sent during saml sso - lead issue you're experiencing.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -