Support JWT key
property for the OIDC client authentication
#40078
Labels
Milestone
key
property for the OIDC client authentication
#40078
Discussed in #40036
Both
quarkus-oidc-client
andquarkus-oidc
need to talk to the OIDC provider and they must authenticate to the OIDC provider in some cases. Many authentication options are supported such as the client id and secret, but also several JWT options, where a JWT is generated to support the client authentication.This JWT can be signed with the client secret. Or with the private key - and this private key must currently be located in the PEM file or the keystore.
However it would be great if it were also possible to supply the private key as a string so that it can inferred from various environment properties, without having to create files
The text was updated successfully, but these errors were encountered: