How to get a v2 token from Azure AD OAuth2 implicit flow?

I’m able to get a v1.0 jwt token with the below settings.

How do I make the https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/authorize endpoint return v2.0?

enter image description here

It looks like there are parameter changes that are being added to the traditional OAuth2 implicit grant type access token request.

You can try moving Auth to a pre-request script instead of using the built-in mechanism. Also, it’s possible to contribute a new auth mechanism here if you’re interested: https://github.com/postmanlabs/postman-runtime/blob/develop/docs/new-auth-mechanisms.md.

Otherwise, feel free to file an issue: https://github.com/postmanlabs/postman-app-support/issues.

Best,

Kevin

Managed to find a solution, it doesn’t make sense. But it works

1 Like