-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Labels
triageAdd this label to issues that need to be triagedAdd this label to issues that need to be triaged
Description
Do you see an area that can be clarified or expanded, a technical inaccuracy, or a broken link?
Hi, on the page https://integrations.goauthentik.io/documentation/bookstack/
This line:
OIDC_ISSUER=https://authentik.company/application/o/<application_slug>
Should be
OIDC_ISSUER=https://authentik.company/application/o/<application_slug>/
It's been a long day and I nearly lost my mind trying to work out what the error I was seeing meant until I cross-checked with the issuer URL on my Authentik Providers page :)
Link
https://integrations.goauthentik.io/documentation/bookstack/
Solution
As previously stated, change this line:
OIDC_ISSUER=https://authentik.company/application/o/<application_slug>
To this (add a trailing / )
OIDC_ISSUER=https://authentik.company/application/o/<application_slug>/
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triageAdd this label to issues that need to be triagedAdd this label to issues that need to be triaged