]> BookStack Code Mirror - website/commitdiff
Tweaked oidc callback url info
authorDan Brown <redacted>
Mon, 6 Dec 2021 15:18:26 +0000 (15:18 +0000)
committerDan Brown <redacted>
Mon, 6 Dec 2021 15:18:26 +0000 (15:18 +0000)
content/docs/admin/oidc-auth.md

index 9cc62846999e8a8ffc133cbe6f091911ae0dd540..cc3c3292f6a763123df7a2f30a3dc2e6d9dcfdc8 100644 (file)
@@ -78,7 +78,9 @@ If the value of this ID changes in the identity provider it can be updated in Bo
 by an admin, by changing the "External Authentication ID" field on the user's profile.
 
 ### Callback URL
-Should your OIDC provider require a callback URL, use the following redirect_uri: `https://example.com/oidc/callback` and change https://example.com to your own domain where BookStack is hosted.
+
+Should your OIDC provider require a callback URL, the following can be used: `https://example.com/oidc/callback`.
+Change https://example.com to be the base URL of your BookStack instance.
 
 ### Debugging