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
Thanks for reporting an issue, please review the task list below before submitting the
issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed.
With Basic Authent standardUser/standardUser
3. The query response is a 403 forbidden because all @secured annotations are not triggered (only the path /graphql is triggered when debugging SecuredAnnotationRule class)
Expected Behaviour
The secured & RolesAllowed annotations on ClientService should be interpreted.
Actual Behaviour
The secured & RolesAllowed annotations on ClientService are not interpreted and since graphql use the same url for all the queries, it is not possible to secured specificaly some queries or mutations.
Thanks for reporting an issue, please review the task list below before submitting the
issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed.
NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on Stack Overflow (https://stackoverflow.com/tags/micronaut) or Gitter (https://gitter.im/micronautfw/). DO NOT use the issue tracker to ask questions.
Task List
Steps to Reproduce
POST : http://localhost:8080/graphql
With Basic Authent standardUser/standardUser
3. The query response is a 403 forbidden because all @secured annotations are not triggered (only the path /graphql is triggered when debugging SecuredAnnotationRule class)
Expected Behaviour
The secured & RolesAllowed annotations on ClientService should be interpreted.
Actual Behaviour
The secured & RolesAllowed annotations on ClientService are not interpreted and since graphql use the same url for all the queries, it is not possible to secured specificaly some queries or mutations.
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: