vdenotaris / spring-boot-security-saml-sample

SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.

Home Page:https://sbs3.vdenotaris.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SP Post request form to IDP

cpallamreddy opened this issue · comments

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.