You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to implement an oauth2 server only (it's only purpose is to generate and verify tokens) based on volos-ouath the missing part is to expose the verifyToken operation
I guess that this method will expect the token and the required scopes to be inside the request body.
The use case for that is microservices architecture where one server is responsible for the token generation and verification and all the others are business logic only.
To support this it requires:
Add one more path (verify) to x-a127-services:oauth2:options:tokenPaths in swagger.yaml.
Hi,
In order to implement an oauth2 server only (it's only purpose is to generate and verify tokens) based on volos-ouath the missing part is to expose the verifyToken operation
I guess that this method will expect the token and the required scopes to be inside the request body.
The use case for that is microservices architecture where one server is responsible for the token generation and verification and all the others are business logic only.
To support this it requires:
Thanks,
Boris
The text was updated successfully, but these errors were encountered: