Basic credentials specified for ‘SendOtp’ are invalid. Check that the credentials are correct and that access has been granted by the resource
I am facing the following situation: I have my technicalProfile for sending the OTP through SendGrid.
How do you replace the default signInName claim when calling the login-NonInteractive technical profile?
I created a claims transformation that strips the leading zeroes from the signInName typically used in the login-NonInteractive technical profile. Claim with the leading zeroes stripped is called signInNameWithoutZeroes. I want to use that claim to authenticate instead of signInName.
Custom Email Verification Layout with User Flows
We are using B2C_1_SIGNIN_SIGNUP user flow but now we need to create our own email template for the Code Verification for Signups. It seems like we have to create a Custom policy to do that. Is there a way that we use User flow and somehow just add a policy for the code verification email portion? Or do we have to remove the user flow and do everything via Custom policy?
Set value to a claim
I am using Azure AD B2C with custom policy. It authorizes local and social accounts. The claim for the local user is read from AD B2C and it contains the oid claim.
The technical profile for the social account doesn’t have an oid output claim. How can I set in this case for the oid a “nothing”/”null”/”na” value? Ultimately the token should contain the oid claim with or without a relevant value.
How can I trim Claim in Azure B2C Custom Policy
I’m following an example in “Deep Dive on Custom Policy”
why redirect Url is needed when setting up Postman with the Microsoft Graph API
According document here , redirect URI is needed.