James Kleeh
James Kleeh
I think you can skip the content type check with `@Produces(text/html)` on the method
@warnerandy You wouldn't have to because they wouldn't 404
Try setting the system property `micronaut.groovy.config.compileStatic` to `false`
Seems that system property isn't documented. Please verify that it works and if so, we can leave this issue open to document it
@rmorrise The error only happens if BINTRAY_KEY _is_ set
@sdelamo To me this is better implemented by supporting an `issuer` property in `JwksSignatureConfigurationProperties` `micronaut.security.token.jwt.signatures.jwks.*.openid-issuer: 'https://blablaba'` That is more clear what the intent is and doesn't require additional checks in...
@Panthaaaa If you are using external tokens then the value should be `micronaut.security.authentication: idtoken`, which will enable that bean the same as `cookie`
@matt-snider I think I understand what you want to achieve, but that isn't related to this issue I don't think. You can file a new issue and explain in detail...
What version of Micronaut?
@ashwini-desai Can you provide an example of what claim you want to check? How would the framework know: 1. What claim to check 2. What value to compare it against...