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
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
@eleftherias Could you please take care of this one?
Since non-annotation triggers now leverage static analysis capabilities, maybe something like @NativeHint(trigger = JwtDecoder.class, types = @TypeHint(types = JwtDecoder.class)) will be enough. That said, worth to test it and analyze why it is needed.
The class is used reflectively in the bowels of Spring Security's OAuth / OIDC support and will stop the build from proceeding.
see okta-samples/okta-spring-boot-sample#27 for an example
cc @mraible
The text was updated successfully, but these errors were encountered: