How can I get Bearer Token using Username and Password form AD B2C

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.

Upvotes: 2

Views: 624

Answers (1)

Nan Yu
Nan Yu

Reputation: 27528

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

Upvotes: 2

Related Questions