7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
auth_oauth2.issuer = ${OAUTH_PROVIDER_URL}
|
|
auth_oauth2.https.cacertfile = ${KEYCLOAK_CA_CERT}
|
|
auth_oauth2.proxy.host = ${FORWARD_PROXY_HOST}
|
|
auth_oauth2.proxy.port = ${FORWARD_PROXY_PORT}
|
|
auth_oauth2.proxy.username = ${FORWARD_PROXY_USERNAME}
|
|
auth_oauth2.proxy.password = ${FORWARD_PROXY_PASSWORD}
|