1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-01 12:54:59 +00:00

"CLOUDRON_OIDC_PROVIDER_NAME is not supported" comment added

This commit is contained in:
Vladimir D
2024-12-10 14:32:21 +04:00
parent b977f0cfe1
commit 924a98f8da

View File

@@ -36,6 +36,9 @@ ServerName %{HTTP_HOST}
<IfDefine OIDC_ENABLED>
# CLOUDRON_OIDC_PROVIDER_NAME is not supported
OIDCProviderMetadataURL ${CLOUDRON_OIDC_DISCOVERY_URL}
OIDCClientID ${CLOUDRON_OIDC_CLIENT_ID}
OIDCClientSecret ${CLOUDRON_OIDC_CLIENT_SECRET}