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:
Set up the client config with the following:
Run the
users/me
endpointExpected behavior This should return the users/me response correctly, but instead a pydantic error is thrown as above
Environment Settings