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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy