I would implement single signing with opensaml library, but don't know which parameter i will pass for log in. So can any body help for that?
Thanks in advance.
I would implement single signing with opensaml library, but don't know which parameter i will pass for log in. So can any body help for that?
Thanks in advance.
The sign on starts with sending a XML message called a AutnRequest to the identity provider. SAML authentication is quite complex so I would suggest reading up on the process. The SAML technical overview is a good start.
When you are ready to start looking at OpenSAML my book, A Guide to OpenSAML, gives a good introduction and step by step on SAML and the OpenSAML library.
Also my blog has a couple of examples on this. https://blog.samlsecurity.com/categories/opensaml/ https://blog.samlsecurity.com/categories/saml/