By: hyunwoo kim named 12 Feb 2019 at 11:41 p.m. CST

4 Responses
hyunwoo kim gravatar
I'm looking into the data about OpenSource SSO and trying to use it Before using gluu, I tried using keycloak. For keycloak, I could create a new page in Apache-Tomcat's webapps folder and get keycloak authentication with a few settings.(See the admin guide and YouTube videos.) Some of the settings are simply: 1. After creating a test folder in webapps, i created a file related to keycloak inside. 2. Client registered in keycloak Admin GUI. Apache-Tomcat 8.5.37 version was installed for SSO testing. I read Docs on the Gluu's homepage and searched Google, but I can't find any data. How do I get certified by Gluu to enable SSO when I enter Tomcat's page? What settings should I make? Please give me a reference or guide.

By Mohib Zico staff 13 Feb 2019 at 7:10 a.m. CST

Mohib Zico gravatar
Not sure what you mean by 'tomcat page'. One thing I can assure you that.. there is no tomcat in Gluu server now. All Jetty.

By hyunwoo kim named 14 Feb 2019 at 5:52 p.m. CST

hyunwoo kim gravatar
Thanks to your answer. I'm afraid I didn't have enough explanation. Again, I downloaded the Apache-Tomcat 8.5.37 version from the https://tomcat.apache.org/download-80.cgi page. And we created a test folder in the webppas folder and created a single page with files like Index.html inside. Access the http://{Apache-Tomcat Server IP}:80/Test URL to view the page that I created. We also created a button on the Main page so that the page could be switched by pressing that button (three of these buttons were created, each switching to a different page). Here's what I think. 1. Access the main page and press any one of the three buttons. 2. Redirected to the Gluu authentication page and certified as OpenID Connection in Gluu. 3. Once certified, access the remaining two pages without authorization. However, I don't know how to set it up in Gluu or Apache-Tomcat. Please provide me with the relevant materials or guides.

By hyunwoo kim named 21 Feb 2019 at 7:56 p.m. CST

hyunwoo kim gravatar
Plz answer

By Mohib Zico staff 22 Feb 2019 at 4:13 a.m. CST

Mohib Zico gravatar
I am considering your 'Apache-Tomcat' page as 'RP' or Resource Provider ( 'SP' or Service Provider in SAML ). Your Gluu Server is 'OP' or OpenID Connect Provider ( 'IDP' or Identity Provider in SAML ) . You need to connect your RP / SP / any app with Gluu Server. Connection can be performed with multiple protocols... either OpenID connect or SAML or CAS .. whatever your app prefer. if you connect your App/RP/SP with Gluu Server, here is how it will work: App --> Gluu Server for authentication --> After successful authentication you will --> App as logged in user. Check out our [Integration](https://gluu.org/docs/ce/3.1.5/integration/) page on how you can connect any app with Gluu Server.