Create an XML assertion sso-like with Spring

245 views Asked by At

I'm kinda newbie into the spring world, and I'm trying to run a POC for a SAML SSO assertion-type, I've implemented locally this project https://github.com/vdenotaris/spring-boot-security-saml-sample And ran it against SSOCircle, but eventually, I'm gonna need to use my own IDP what I'm trying to do right now, doesn't involve actually validating the user, I want the demo project from the GitHub to point to a different spring project.

That part is actually done, I've added to my IDP-demo page an XML-metadata which is consumed by the Service provider, then in my IDP-demo, I type any email address and it should take me back to the Service Provider (the vdenotaris sample project) with a valid assertion.

How can I dynamically generate this XML assertion? I've read the spring docs and the SAML docs with no luck, If anyone can point me into the right place or even the proper documentation I'll be thankful.

0

There are 0 answers