Get JWT token for Azure AD user account

I want to get a JWT token for an existing Azure AD user account using .NET Api. The only information I have is the username and password of the Azure AD account. I want to get the JWT token without prompting user to login.

I am working on a similar project. You will have to use the Resource Owner Password Grant and enable the password grant type by going to your application>advanced settings>grant types.

1 Like

Thanks for sharing that knowledge here!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.