2
votes

I'm writing REST API which needs Bearer token of the user in Azure AD B2C.I've user credentials(Username and Password) with me.

How can I get the Bearer Token?

Thanks in Advance.

1

1 Answers

2
votes

Azure AD B2C doesn't support Resource Owner Password Credentials flow currently , you could vote for this feature in here .