By: Olivier Pelletier user 08 Nov 2017 at 1:46 p.m. CST

3 Responses
Olivier Pelletier gravatar
Hi! I currently have a configured Gluu-Server with Social Login enabled (passport). Now, I want to use the gluu server for my mobile application authentication. How should I proceed? I read some doc, but I have a hard time figuring out what needs to be done.

By William Lowe user 08 Nov 2017 at 2:11 p.m. CST

William Lowe gravatar
Hi Olivier, You need to use a client library in your mobile app to send users from your mobile app to the Gluu Server for login. We recommend the [AppAuth libraries](https://gluu.org/docs/ce/integration/#native-apps). It's a fairly advanced topic, but if you have any specific questions let us know. Thanks, Will

By Aliaksandr Samuseu staff 08 Nov 2017 at 2:16 p.m. CST

Aliaksandr Samuseu gravatar
Hi, Olivier. The best option would be to utilize OIDC protocol to authenticate your app against Gluu. I guess these articles may be helpful: [link1](https://gluu.org/docs/ce/3.1.1/integration/native-apps/appauth-android/), [link2](https://gluu.org/docs/ce/3.1.1/integration/native-apps/appauth-ios/). More about OIDC here: [link1](https://gluu.org/docs/ce/3.1.1/admin-guide/openid-connect/), [link2](http://openid.net/specs/openid-connect-core-1_0.html). Hope this helps.

By Olivier Pelletier user 10 Nov 2017 at 11:01 a.m. CST

Olivier Pelletier gravatar
Okay thx. I will look into this asap!