By: John Theodore user 06 Apr 2016 at 4:11 p.m. CDT

5 Responses
John Theodore gravatar
I'm fishing around in the docs and on the website, but I haven't found it. I just installed gluu, and I wanted to setup a simple oauth2 poc. I could use some web server proxy or something like this: https://hub.docker.com/r/wingedkiwi/oauth2-proxy/ Though I wanted to find a guide on setting up the basics of oauth2 with gluu, is there a guide for this around someone can point me to?

By William Lowe user 06 Apr 2016 at 4:18 p.m. CDT

William Lowe gravatar
I'm not sure I follow, John... We have some information about support for OAuth2 in the Gluu Server [here](https://www.gluu.org/docs/integrate/oauth2grants/). What type of POC are you looking to setup? If you're looking to create SSO, it's better to use either SAML or OpenID Connect. You should be able to find information related to configuring SSO for both protocols in [our docs](http://gluu.org/docs).

By John Theodore user 06 Apr 2016 at 4:26 p.m. CDT

John Theodore gravatar
I'm looking for some dummy app that I can deploy/setup using openid connect. So I can go to this app, and it sends me to openid connect/gluu (which I have backed with ldap), it takes my credentials, then sends me back to the dummy app which gives me some big green check box. Basically I just want to go through the process of logging in with oauth2/openid connect.

By William Lowe user 06 Apr 2016 at 4:30 p.m. CDT

William Lowe gravatar
We don't have any dummy apps at the moment. You'll need to provide you own. Then you can follow [this guide](https://gluu.org/docs/integrate/ubuntu-installation/) to protect the application and point it to your Gluu Server for authentication. If you have specific questions, please open a new ticket with relevant details about the issue you're facing.

By John Theodore user 07 Apr 2016 at 5:56 p.m. CDT

John Theodore gravatar
Is there a guide for hooking AWS auth to gluu using openid connect?

By John Theodore user 07 Apr 2016 at 7:34 p.m. CDT

John Theodore gravatar
I followed this guide: https://www.youtube.com/watch?v=BcmSdNQ45Sg to do dynamic registration for openid connect, for aws. Though when it's done and I get the registration response, the client_id has the characters @ and ! in them. Though Amazon tells me in IAM/Identity Providers when I try to create one, that "Audience can contain only alphanumeric characters and period (.), underscore (_), and hyphen (-). Audience cannot be longer than 255 characters."