Changed oidc callback url to be code base

This commit is contained in:
Dan Brown 2021-12-06 15:19:40 +00:00
commit cd71ab0077
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -80,7 +80,7 @@ by an admin, by changing the "External Authentication ID" field on the user's pr
### Callback URL
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.
Change `https://example.com` to be the base URL of your BookStack instance.
### Debugging