From d445b714e89335efc9bb493f77fe5fe91db7f6b8 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 24 Mar 2022 21:46:45 +0700 Subject: [PATCH] Update config.yaml --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index b3457e5..1a1a5bf 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -49,6 +49,6 @@ connectors: staticClients: - id: __OIDC_NAME__ redirectURIs: - - __OIDC_CALLBACK__ + - https://__OIDC_CALLBACK__ name: __OIDC_NAME__ secret: __OIDC_SECRET__