exchange/src/kyclogic/kyclogic-oauth2.conf

28 lines
783 B
Plaintext
Raw Normal View History

2022-08-09 12:11:56 +02:00
# This file is in the public domain.
# Example Oauth2.0 provider configuration.
[kyc-provider-example-oauth2]
COST = 42
LOGIC = oauth2
USER_TYPE = INDIVIDUAL
PROVIDED_CHECKS = EXAMPLE_DO_NOT_USE
# How long is the KYC check valid?
KYC_OAUTH2_VALIDITY = forever
# URL where we initiate the user's login process
KYC_OAUTH2_LOGIN_URL = http://kyc.example.com/login
# URL where we send the user's authentication information
KYC_OAUTH2_AUTH_URL = http://kyc.example.com/auth
# URL of the user info access point.
KYC_OAUTH2_INFO_URL = http://kyc.example.com/info
# Where does the client get redirected upon completion?
KYC_OAUTH2_POST_URL = http://example.com/thank-you
# For authentication to the OAuth2.0 service
KYC_OAUTH2_CLIENT_ID = testcase
KYC_OAUTH2_CLIENT_SECRET = password