Skip to content
Discussion options

You must be logged in to vote

@erik-wramner Can you please try only do quarkus.security.security-providers=BC, without creating it manually, and make sure io.quarkus:quarkus-security is on the classpath ?

Right now it also registers many of the individual algorithms for reflection, however may be we should indeed consider just registering all of them, the only problem there is that there is a massive number of them, where an application uses a few at most, with many of those algorithms being quite specific, so my thinking has been so far that we should cover most of the well-known ones and let users register others as needed.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@erik-wramner
Comment options

@sberyozkin
Comment options

@erik-wramner
Comment options

Answer selected by erik-wramner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants