For our internal applications, we want to give SSO, we selected Gluu as IDM & AM, for that we done following,
1. The Gluu server is successfully installed and configured properly to make it up & running.
2. Configured Gluu to work on SAML based request & response.
3. To test the deployment setup, we wanted to add an application and try to access the same using SSO.
4. The internal applications of our organization is added in the Gluu server with SAML relation
5. Generated SP metadata from intranet application. We generated SP metadata for our internal application using "Generate" option in Adding "Trust Relationships" in Gluu.
On completion of the above mentioned process, tried accessing the internal application from browser, the application opens up directly instead of directing the request to Gluu and gets response from it.
We understand our internal application as Service Provider (SP) and gluu server ad Identity Provider(IdP). we tried to have SP initiated SSO, by generating metadata of SP and adding SP into IdP (gluu).
How to proceed further?