Mee6
Is there a way to authenticate using OAuth2 token and map it to internal JWT
Basically, my server checks for some stuff by utilizing OAuth2 token and returns JWT
Im looking for a way to connect that flow to Swagger - as in:
Authorize button -> OAuth2 authenticate -> send that token to our own service for our jwt
4 replies