Support for OAuth2 ? #1297
Replies: 2 comments 7 replies
-
Thank you for the question, @StefanArcelor. explicit header
With implicit header all you calls will automatically have auth header injected. Additionally you can use Persona auth to streamline authorization testing. Your implicit header provider can use information about current persona and inject different tokens based on that
Let me know if you have questions on how to get the actual token |
Beta Was this translation helpful? Give feedback.
-
In Postman I'm using the Authorization info like this:
|
Beta Was this translation helpful? Give feedback.
-
The API I would like to test requires an OAuth2 authentication with a Bearer Token and an Auth URL. Is this already supported ?
Beta Was this translation helpful? Give feedback.
All reactions