Hi All,
How to generate SAML. Metadata for IDP ?.
We haven't used any framework or tool for SP.We have done the below steps to implement SAML.
1.We created a
servlet which is responsible for SAML request creation and redirection to IDP.
2.In the same way we have created a servlet which receives the response from IDP and manipulate the request.
I have googled and found OpenSAML is an API for SAML implementation in
java but the problem is there is no proper documentation available.
Please suggest me how to achieve the above.
Thanks in advance.