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
micronaut:
security:
enabled: true
oauth2:
enabled: true
introspection:
url: <>
auth:
client-id: <>
client-secret: <>
roles-name: "roles"
token:
jwt:
enabled: true
But this is not making call to Introspect URL.
Approach 2 : I have tried to implement own validator using io.micronaut.security.token.validator.TokenValidator. But this is not triggered when i make call to the application service.
Please help to resolve this issue.
The text was updated successfully, but these errors were encountered:
Issue description
I have requirement as below.
Approach1 : I have configuration as below.
micronaut:
security:
enabled: true
oauth2:
enabled: true
introspection:
url: <>
auth:
client-id: <>
client-secret: <>
roles-name: "roles"
token:
jwt:
enabled: true
But this is not making call to Introspect URL.
Approach 2 : I have tried to implement own validator using io.micronaut.security.token.validator.TokenValidator. But this is not triggered when i make call to the application service.
Please help to resolve this issue.
The text was updated successfully, but these errors were encountered: