aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/kyclogic-oauth2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 17:06:21 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 17:06:21 +0200
commitc9ed524bc32beb7f5e8be5eeed077e54b81cf4df (patch)
treea4bae09f5c33904c6354c8e7500d9a6d799e69b5 /src/kyclogic/kyclogic-oauth2.conf
parentff1a28319fe31741958a0b1cfa761fd44878db45 (diff)
downloadexchange-c9ed524bc32beb7f5e8be5eeed077e54b81cf4df.tar.xz
add logic to oauth2 plugin to use /setup endpoint when configured
Diffstat (limited to 'src/kyclogic/kyclogic-oauth2.conf')
-rw-r--r--src/kyclogic/kyclogic-oauth2.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kyclogic/kyclogic-oauth2.conf b/src/kyclogic/kyclogic-oauth2.conf
index 6f83c0e44..61b38367f 100644
--- a/src/kyclogic/kyclogic-oauth2.conf
+++ b/src/kyclogic/kyclogic-oauth2.conf
@@ -13,11 +13,11 @@ PROVIDED_CHECKS = EXAMPLE_DO_NOT_USE
KYC_OAUTH2_VALIDITY = forever
# URL where we initiate the user's login process
-KYC_OAUTH2_LOGIN_URL = http://kyc.example.com/login
+KYC_OAUTH2_AUTHORIZE_URL = https://kyc.example.com/authorize
# URL where we send the user's authentication information
-KYC_OAUTH2_AUTH_URL = http://kyc.example.com/auth
+KYC_OAUTH2_TOKEN_URL = https://kyc.example.com/token
# URL of the user info access point.
-KYC_OAUTH2_INFO_URL = http://kyc.example.com/info
+KYC_OAUTH2_INFO_URL = https://kyc.example.com/info
# Where does the client get redirected upon completion?
KYC_OAUTH2_POST_URL = http://example.com/thank-you