By: Jajati Badu Account Admin 12 Apr 2017 at 5:22 a.m. CDT

2 Responses
Jajati Badu gravatar
oxd-server 3.0.1 installed on Windows Trying command":"get_user_info", Passing parameter oxd-id -954ca5b3-3b4b-4b46-ba73-d736bf0bd1b6 Access token- af6208e9-b390-47d7-8b63-3c3ff378fc1d Response Received- {"status":"ok","data":{"claims":{"sub":["hvapxvTouqGMy16Bggr0822qmGuQDSKu3kApSky2wfs"]}}} But I was expecting other info as mentioned in document. Like "name": "given_name": "family_name": "preferred_username": "email": "picture": Could you please guide me if I am trying anything wrong here.

By Yuriy Zabrovarnyy staff 12 Apr 2017 at 5:36 a.m. CDT

Yuriy Zabrovarnyy gravatar
Jajati, Please make sure you have claims you wish to see in scopes that are sent during authorization request. Please check documentation https://gluu.org/docs/ce/3.0.1/admin-guide/openid-connect/#scopes Make sure scope you are requesting has "Default Scope" set to True since oxd using dynamic registration for client (unless client is registered manually and `client_id` is provided in `register_site` command). Thanks, Yuriy

By Jajati Badu Account Admin 12 Apr 2017 at 5:49 a.m. CDT

Jajati Badu gravatar
Hello Yuriy Thank you very much for your quick response. The default scope for those fields were false. After I changed the value to True. It works fine for me. Thanks a lot once again and closing the ticket Kind Regards, Jajati