Hi, I'm facing a weird issue on new user added to...
# gooddata-ui
v
Hi, I'm facing a weird issue on new user added to GoodData. In one of our instance I have added a user and the GET call from users has the user details as well. but when I log in it throws error as 401. The oauth is configured with our OIDC and this appears after redirect from oidc. The authentication id is right and matches with the registered user
m
Hi Vinod, could you please provide an error ID or trace ID? It should be under the network tab in the browser dev console. Also, could you confirm the user details and how it was provisioned? Was it via the API, SDK, UI, etc.? If it's more comfortable for you, feel free to reach out to me via DM with these details.
👍 1
As discussed privately, the authentication was failing due to the missing attribute in your OIDC:
Copy code
An error occurred reading the UserInfo response: Missing attribute 'name' in attributes
r
your OIDC cilent doesn't expose
name
claim in token. https://www.gooddata.com/docs/cloud-native/3.17/manage-organization/set-up-authentication/ if an unique user identifier is stored in a different claim, you may use
oauthSubjectIdClaim
as described in documentation.
c
We've been seeing this issue for users on our cloud instance, was there any more intel around this particular issue? It's only started occurring recently and we have not changed anything around out OIDC on our application end.
r
@Cam Findlay please contact our support team directly, they will help you to investigate your particular issue.