-
Related question to #135, we're trying to do something similar - using Cognito as our IDP. We're not seeing evidence that @PreAuthorize is even being used ... do we need to do something special to enable this when using the oidc starter? |
Beta Was this translation helpful? Give feedback.
Answered by
bdruth
Oct 18, 2023
Replies: 1 comment 3 replies
-
We were able to get @PreAuthorize to work by adding
in the classpath. Is this the right way to do it? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ch4mpy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We were able to get @PreAuthorize to work by adding
in the classpath. Is this the right way to do it?