Tweaked oidc callback url info

This commit is contained in:
Dan Brown 2021-12-06 15:18:26 +00:00
commit e5c936f16d
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View 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