From bbe44aaf67b7ea322e16e242e0a8fc2ad80fe776 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:06:54 +0100 Subject: [PATCH] Update Single Sign-On Configuration.md --- docs/Advanced Configuration/Single Sign-On Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced Configuration/Single Sign-On Configuration.md b/docs/Advanced Configuration/Single Sign-On Configuration.md index aacc50c..1ec9f69 100644 --- a/docs/Advanced Configuration/Single Sign-On Configuration.md +++ b/docs/Advanced Configuration/Single Sign-On Configuration.md @@ -11,7 +11,7 @@ These are - ``oauth2.clientSecret`` Client Secret from your provider - ``oauth2.autoCreateUser`` Set this to 'true' to allow auto-creation of non-existing users -The Callback URL (Redirect URL) for entering in your IdP is: ``https:///login/oauth2/code/oidc`` +The Callback URL (Redirect URL) for entering in your IdP is: ``https:///login/oauth2/code/`` eg ``https:///login/oauth2/code/keycloak`` It is highly recommended to use a SSL-enabled reverse-proxy, if the application is going to be exposed to the internet.