By: Kenny Burnham user 13 Aug 2020 at 2:17 p.m. CDT

7 Responses
Kenny Burnham gravatar
My team and I are standing up a GLUU server as part of a Hackathon to see if it is viable for our organization. So far things are going pretty well. However, we are running into a small issue trying to get into CASA, We have reviewed the documentation and everything seems to meet up. When we login we see "javax.management.AttributeNotFoundException: Cannot retrieve claims for logged user" I am unable to find any documentation or support articles around this error. Any help or guidance would be much appreciated.

By Michael Schwartz Account Admin 13 Aug 2020 at 2:41 p.m. CDT

Michael Schwartz gravatar
Can you print a OpenID client config summary for Casa and paste it here? The client may need additional scopes.

By Kenny Burnham user 13 Aug 2020 at 2:45 p.m. CDT

Kenny Burnham gravatar
I think this is what you are looking for. OPENID CONNECT CLIENTS DETAILS ------------------------------ - **Name:** gluu-casa_1597182545 - **Client ID:** d8e1e627-7eb5-4c95-99ab-3956aaa3df48 - **Subject Type:** pairwise - **ClientSecret:** XXXXXXXXXXX - **Application Type:** web - **Persist Client Authorizations:** true - **Pre-Authorization:** false - **Authentication method for the Token Endpoint:** client_secret_basic - **Logout Session Required:** false - **Include Claims In Id Token:** false - **Disabled:** false - **Logout Uri:** [https://demo.gluu.org/casa/autologout] - **Logout Redirect URIs:** [https://demo.gluu.org/casa/bye.zul] - **Login Redirect URIs:** [https://demo.gluu.org/casa] - **AccessTokenSigningAlg:** RS256 - **Scopes:** [oxd, openid] - **Grant types:** [authorization_code, client_credentials, refresh_token] - **Response types:** [code] - **DefaultAcrValues:** [casa]

By Michael Schwartz Account Admin 13 Aug 2020 at 3:31 p.m. CDT

Michael Schwartz gravatar
Try adding `profile` and `email` scopes at least.

By Jose Gonzalez staff 13 Aug 2020 at 3:59 p.m. CDT

Jose Gonzalez gravatar
Also add `user_name` and `clientinfo`. @Mohammad.Abudayyeh I'm suspecting the client_registration script for Casa is not being executed when in containers.

By Kenny Burnham user 13 Aug 2020 at 4:07 p.m. CDT

Kenny Burnham gravatar
That seemed to work! Thank you for the quick response.

By Jose Gonzalez staff 13 Aug 2020 at 4:30 p.m. CDT

Jose Gonzalez gravatar
Glad to hear. We hope Gluu can be the right fit for your needs. Let us know more about your story when the contest is over.

By Mohammad Abudayyeh staff 14 Aug 2020 at 1:56 a.m. CDT

Mohammad Abudayyeh gravatar
Hey Kenny, Let us know how our CN edition works for you. Thanks Mohammad