I've read about SAML and its capabilities, Learned the theory behind it and I think I fully understand the SAML "cycle".
Now i'm stuck at the the point of actually implementing it on my web server (that serves as a service provider).
I want to use SsoCircle as my identity provider (for testing purposes) and Spring-Security-Saml as my SAML library.
My questions are:
- What do I need in order to create a SAML metadata? (Probably I lack the understanding of each metadata field)
- Once I have the metadata ready what do I need to configure in order to work with SsoCircle IDP? (I took the IDP metadata but don't have a clue what to do with it)
- If anyone has a sample project to share it would be amazing. Doesn't have to be in Java.