By: Gauri Shirsath user 27 Jun 2016 at 4:39 a.m. CDT

6 Responses
Gauri Shirsath gravatar
Hi, I want to use gluu server for authentication but the application for which I want to use gluu as authentication provider does not support SAML, it supports only Oauth2 protocol. Can you please let me know how to use gluu server as client in this case?

By Mohib Zico staff 27 Jun 2016 at 4:58 a.m. CDT

Mohib Zico gravatar
You can start using OpenID Connect of Gluu Server. Feel free to take a look at [doc](https://gluu.org/docs/integrate/openid-connect/). Picture is same as SAML: - Configure your application ( aka. RP / Resource Provider ). - Connect RP with Gluu Server's OpenID Client - SSO.

By Gauri Shirsath user 27 Jun 2016 at 5:36 a.m. CDT

Gauri Shirsath gravatar
Hi Mohib, I am not able to get client id and client secrete for the appllication. The application for which I want to perform SSO is pentaho reporting engine and odoo 9.

By Mohib Zico staff 27 Jun 2016 at 7:11 a.m. CDT

Mohib Zico gravatar
You need to register your client in Gluu Server; [Client Registration](https://gluu.org/docs/integrate/openid-connect/#client-registration)

By William Lowe user 27 Jun 2016 at 9:54 a.m. CDT

William Lowe gravatar
I'm closing this ticket out, Gauri. Feel free to open new tickets as specific questions arise. Thank you, Will

By Gauri Shirsath user 28 Jun 2016 at 1:02 a.m. CDT

Gauri Shirsath gravatar
Hi Mohib, I got your point but for registering client I will require client id and client secret. From where should I generate these values?

By Mohib Zico staff 29 Jun 2016 at 6:19 a.m. CDT

Mohib Zico gravatar
Gauri, You will get values of clientID after registering your website/portal in Gluu Server. 'registering client' is another side of coin of doing Trust Relationship for SAML. For OpenID Connect setup, you need to perform this client registration. You can register your client ( aka. RP / website / portal )in Gluu Server either using dynamic registration or manual registration. Check [this](https://gluu.org/docs/integrate/ubuntu-installation/) documentation...here we are showing how you can 'register' your RP with Gluu Server.