function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LinThawLinThaw 

Auth.Provider AzureAD OIDC Error When using User.Read scope

Hi there,

I am creating Azure AD Open ID Connector in Auth. Provider.
When I added [user.read] to Default Scopes, I got the following error when sso login.

AuthorizationError?ErrorCode=No_Openid_Response&ErrorDescription=No+response&ProviderId=value-of-id
 

Any solution?
If I don't use user.read scope, I can login via sso.
The reason I want to add this scope is to store access token as JWT in AuthProvider.

Regards,
LinThaw