From 8fc8041428ddd3e6a94198096613c07838bff42a Mon Sep 17 00:00:00 2001 From: Sahil Phule Date: Thu, 2 May 2024 02:56:16 -0400 Subject: [PATCH] Add Callback URL Info --- .../Single Sign-On (SSO) Configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md b/docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md index bdec74b..cf15b60 100644 --- a/docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md +++ b/docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md @@ -12,6 +12,10 @@ 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:///oauth2/authorization/oidc`` + +It is highly recommended to use a SSL-enabled reverse-proxy, if the application is going to be exposed to the internet. + After the OAUTH2 login is enabled, a new button shows up on the login page as per the screenshot below: ![image](https://github.com/Stirling-Tools/Stirling-PDF/assets/812110/6ec3b233-2eb7-4838-bcc9-f93ca0c21cec)