jw
Beginner
Bearer Token for the OAuth2 registration
If I want to use a REST tool like Postman, Insomnia or WizTools RESTClient, I need a Bearer Token for the OAuth2 registration.
Where do I get this?
Share
Dominik Amann
The fastes way (for testing) is
1.) go to “Swagger UI” (fctesttdm.northeurope.cloudapp.azure.com:24080/ffwebservices/swagger/index.html)
2.) Login
3.) “Entry Point” -> “Try it out”
4.) A valid token (Bearer) is visible in field “Curl”
curl -X GET “http://XXXX” -H “accept: application/hal+json;charset=UTF-8” -H “authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXX”
Please keep in mind that the token expires after some time.