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
Describe the bug
I've followed the setup steps and set up my MSAL configuration as per reproduce steps to adda custom policy, but I am receiving a pydantic error:
pydantic_core._pydantic_core.ValidationError: 1 validation error for IDTokenClaims
tfp
Input should be 'AAD_SINGLE', 'AAD_MULTI', 'B2C_1_LOGIN', 'B2C_1_PROFILE' or 'B2C_1A_LOGIN' [type=enum, input_value='B2C_1_signup_signin', input_type=str]
For further information visit https://errors.pydantic.dev/2.8/v/enum
Describe the bug
I've followed the setup steps and set up my MSAL configuration as per reproduce steps to adda custom policy, but I am receiving a pydantic error:
To Reproduce
Steps to reproduce the behavior:
users/me
endpointExpected behavior
This should return the users/me response correctly, but instead a pydantic error is thrown as above
Environment Settings
The text was updated successfully, but these errors were encountered: