fix: 🐛 remove oauth default config

This commit is contained in:
Jin 2025-03-28 12:03:27 +01:00
parent cb3627ed50
commit b51814abeb

View File

@ -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=