By: Sandra Briones user 25 Feb 2016 at 12:03 p.m. CST

3 Responses
Sandra Briones gravatar
hello, I want to know about how we can authenticate users on our .net or php applications with gluu server and google account.

By Aliaksandr Samuseu staff 25 Feb 2016 at 12:36 p.m. CST

Aliaksandr Samuseu gravatar
Hi, Sandra. I believe you need to configure it to work something like that: 1. You configure your web servers to use your Gluu CE host as IdP or OP (depending on which protocol, SAML or OpenID Connect respectively, you will choose to use for protecting your apps) 2. At Gluu CE instance you can use our pre-packaged custom authentication script (as described [here](https://www.gluu.org/docs/articles/social-login-google/)) to allow your visitors (sent there from your web server for authentication) to log in using their Google accounts. You can find a lot of documentation on how to configure web servers for SAML or OIDC SSO for each well-known web server solution over Internet. Regards, Alex.

By Aliaksandr Samuseu staff 25 Feb 2016 at 12:42 p.m. CST

Aliaksandr Samuseu gravatar
You also may consider to use UMA, though it may be somewhat harder to deploy than setup I described.

By Michael Schwartz Account Admin 25 Feb 2016 at 3:30 p.m. CST

Michael Schwartz gravatar
If you are asking, can you use your google username and password to authenticate to the Gluu Server, you should look at this: [https://www.gluu.org/docs/articles/social-login-google/](https://www.gluu.org/docs/articles/social-login-google/) If you are wondering if you can store your username / password in the Gluu Server, and configure Google as an SAML Service Provider, you should look at this: [https://www.gluu.org/docs/articles/google-saml/](https://www.gluu.org/docs/articles/google-saml/) Does that answer your question?