vdenotaris / spring-boot-security-saml-sample

SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
https://sbs3.vdenotaris.com
Apache License 2.0
562 stars 351 forks source link

SP Post request form to IDP #69

Closed cpallamreddy closed 5 years ago

cpallamreddy commented 5 years ago

I can see that redirection happening to IDP and user logged in after successful authentication, response coming to SP. this is like SP redirect - IDP post scinario.

I'm looking for SP Post - basically a form which Authnrequest with Relaystate and IDP POST scinario, can you help how to present the SP form and once user click submit button on form it will be send to IDP.

another issue - I'm using angular and back end is spring, in this case after successful login I'm routing the user to angular ui page but I'm missing to send JWT token, I need one more round trip to generate the JWT token soon after saml authentication, do you have any suggestions for this plz.