|
|
|
@ -48,12 +48,12 @@ cookieMaxAge=1814400
|
|
|
|
[MultiFactorAuthentication]
|
|
|
|
[MultiFactorAuthentication]
|
|
|
|
# Set the base URL for OAuth/OpenID authentication
|
|
|
|
# Set the base URL for OAuth/OpenID authentication
|
|
|
|
# This is the URL of the service that will be used to verify the user's identity
|
|
|
|
# This is the URL of the service that will be used to verify the user's identity
|
|
|
|
oauthBaseUrl=http://localhost:8080
|
|
|
|
oauthBaseUrl=
|
|
|
|
|
|
|
|
|
|
|
|
# Set the client ID for OAuth/OpenID authentication
|
|
|
|
# Set the client ID for OAuth/OpenID authentication
|
|
|
|
# This is the ID of the client that will be used to verify the user's identity
|
|
|
|
# This is the ID of the client that will be used to verify the user's identity
|
|
|
|
oauthClientId=my-client-id
|
|
|
|
oauthClientId=
|
|
|
|
|
|
|
|
|
|
|
|
# Set the client secret for OAuth/OpenID authentication
|
|
|
|
# Set the client secret for OAuth/OpenID authentication
|
|
|
|
# This is the secret of the client that will be used to verify the user's identity
|
|
|
|
# This is the secret of the client that will be used to verify the user's identity
|
|
|
|
oauthClientSecret=my-client-secret
|
|
|
|
oauthClientSecret=
|
|
|
|
|