All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.elytron.security.oauth2.runtime.OAuth2Config.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
#
#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