You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gist of it - In client credentials on ADFS, /.default does not work. Instead, users need to add "openid"
Actual: MSAL throws a client exception stating that users should not add their own reserved scope "openid" Expected: MSAL should not throw, instead it should just merge scopes
The text was updated successfully, but these errors were encountered:
Which Version of MSAL are you using ?
MSAL 4.4
Platform
all
What authentication flow has the issue?
Client Credentials and all others.
Actual: MSAL throws a client exception stating that users should not add their own reserved scope "openid"
Expected: MSAL should not throw, instead it should just merge scopes
The text was updated successfully, but these errors were encountered: