Forum Discussion
jonenst
Jun 01, 2021Copper Contributor
400 Bad Request UndefinedScope ProfileBadRequestException on /oidc/userinfo for some users
Hi, our working setup stopped working sometime at the end of may (not sure of the exact date). We request a token from the authorization endpoint https://login.microsoftonline.com/<TENANT-ID>/oauth2...
Demetree
Jun 03, 2021Copper Contributor
jonenst , I had this same issue, and I found a workaround.
I used this end point instead to get the user info, and it worked https://graph.microsoft.com/v1.0/me
The object returned is slightly different property name wise, but I'm able to get data from it with my personal account.
Hope this helps.