io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.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
#
#Wed Feb 19 09:15:29 CET 2020
io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.enabled=Determine if the OAuth2 extension is enabled. Enabled by default if you include the\nelytron-security-oauth2
dependency, so this would be used to disable it.
io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.clientSecret=The OAuth2 client secret used to validate the token.\nMandatory if the extension is enabled.
io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.clientId=The OAuth2 client id used to validate the token.\nMandatory if the extension is enabled.
io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.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.OAuth2Config.roleClaim=The claim that is used in the introspection endpoint response to load the roles.
io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.introspectionUrl=The OAuth2 introspection endpoint URL used to validate the token and gather the authentication claims.\nMandatory if the extension is enabled.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy