By: Farhan Ahmed user 31 Jul 2015 at 1:52 p.m. CDT

4 Responses
Farhan Ahmed gravatar
We have configured succesfully Google authentication as default authentication for GLUU. Now when i try to access a apache server resource protected by Apache OpenID Connect module, i get redirected to GLUU login page but i don't see googlePlus button over there. We would like to authenticate via Google for this apache OpenID connect module protected resources as well.

By Michael Schwartz Account Admin 31 Jul 2015 at 2:08 p.m. CDT

Michael Schwartz gravatar
Did you specify the correct acr? You can add a custom parameter to mod_auth_oidc. See: https://github.com/pingidentity/mod_auth_openidc/wiki#13-how-can-i-add-custom-parameters-to-the-authorization-request Note: the acr value should correspond to the "Name" in the custom authentication script form in oxTrust.

By Farhan Ahmed user 01 Aug 2015 at 11:58 a.m. CDT

Farhan Ahmed gravatar
Thanks Mike. What is the exact syntax for ACR attribute name ... I know value would be the gplus (name of the google auth script). Sorry i don't see the ACR attribute name example anywhere.

By Michael Schwartz Account Admin 01 Aug 2015 at 1:10 p.m. CDT

Michael Schwartz gravatar
When requesting an acr, I believe the correct request param is 'acr_values'. See: http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest

By Mohib Zico staff 05 Aug 2015 at 3:02 a.m. CDT

Mohib Zico gravatar
Hi Farhan, Is your problem resolved? If yes, can we close this ticket?