Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for claims check in Micronaut controllers for JWT authentication mechanism #32

Open
ashwini-desai opened this issue Sep 8, 2020 · 0 comments
Labels
design discussion required Issue that needs discussion with maintainers for deciding on approach hacktoberfest

Comments

@ashwini-desai
Copy link
Collaborator

ashwini-desai commented Sep 8, 2020

Problem:
Mentioning of scopes or other openid/oauth2 attributes in open api spec doesn't get converted to any checks in micronaut controllers.

Details:

  1. Open api spec lets defining of scopes in oauth security scheme.
  2. We want ability to let user define claim or set of claims needed for a controller route.
  3. This should translate into checks in the received JWT at controller level

Extension:
Ability to be able to perform ADD/OR/contains/matches etc rules between these claims specified.

@ashwini-desai ashwini-desai added design discussion required Issue that needs discussion with maintainers for deciding on approach hacktoberfest labels Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design discussion required Issue that needs discussion with maintainers for deciding on approach hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant