By: Eduard Marghidan user 11 Aug 2016 at 7:34 a.m. CDT

2 Responses
Eduard Marghidan gravatar
Hello, Am new to gluu and am trying to integrate openid connect auth from moodle, where I'm using the auth/oidc plugin. In the info below the actual site URL's are not publicly accessible. The configuration in Moodle is here in the screenshot: https://dl.dropboxusercontent.com/u/54537922/oauth/demomoodle_%20Administration_%20Plugins_%20Authentication_%20OpenID%20Connect.pdf and in Gluu OpenID Connect the config is here: https://dl.dropboxusercontent.com/u/54537922/oauth/Gluu-openid.pdf Some things are not matching because when I click on the OpenID Connect link in Moodle, I get the response from Gluu: {"error":"unauthorized_client","error_description":"The client is not authorized to request an access token using this method.","state":"GcvbWniCBWNk2uE"} and the URL this is on is: https://auth.blackboard.com/oxauth/seam/resource/restv1/oxauth/authorize?response_type=code&client_id=Moodle&scope=openid%20profile%20email&nonce=N57ac70215398c&response_mode=form_post&resource=https%3A%2F%2Fauth.blackboard.com%2Foxauth%2Fseam%2Fresource%2Frestv1%2Foxauth%2Fclientinfo&state=GcvbWniCBWNk2uE&redirect_uri=http%3A%2F%2Fapp.blackboard.com%2Fmoodle%2Fauth%2Foidc%2F Can anyone tell me what is wrong, or what I should verify? I've reviewed all the Moodle OpenID Connect info I can find but nothing specific resulted. Thanks, Eduard

By Mohib Zico staff 11 Aug 2016 at 8:06 a.m. CDT

Mohib Zico gravatar
Hi Eduard, Can you please use the Inum of this client ( from Gluu Server screenshot ) as 'ClientID' there in Moodle setup? Let's see how it goes...

By Eduard Marghidan user 11 Aug 2016 at 8:31 a.m. CDT

Eduard Marghidan gravatar
Yes, that worked! It sends me to the oxauth login page. Thanks, Eduard