io.quarkus.elytron.security.oauth2.runtime.OAuth2RuntimeConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-elytron-security-oauth2 Show documentation
Show all versions of quarkus-elytron-security-oauth2 Show documentation
Secure your applications with OAuth2 opaque tokens
#
#Tue Dec 05 15:49:20 UTC 2023
io.quarkus.elytron.security.oauth2.runtime.OAuth2RuntimeConfig.clientId=The OAuth2 client id used to validate the token.\nMandatory if the extension is enabled.
io.quarkus.elytron.security.oauth2.runtime.OAuth2RuntimeConfig.caCertFile=The OAuth2 server certificate file. Warning\: this is not supported in native mode where the certificate\nmust be included in the truststore used during the native image generation, see\nUsing SSL With Native Executables.
io.quarkus.elytron.security.oauth2.runtime.OAuth2RuntimeConfig.introspectionUrl=The OAuth2 introspection endpoint URL used to validate the token and gather the authentication claims.\nMandatory if the extension is enabled.
io.quarkus.elytron.security.oauth2.runtime.OAuth2RuntimeConfig.clientSecret=The OAuth2 client secret used to validate the token.\nMandatory if the extension is enabled.