Support for OAuth2 ? #1297
Unanswered
StefanArcelor
asked this question in
Q&A
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 |
3 replies
|
In Postman I'm using the Authorization info like this:
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The API I would like to test requires an OAuth2 authentication with a Bearer Token and an Auth URL. Is this already supported ?
All reactions