Skip to content

BookStack integration URL missing trailing / #18889

@warlockuk

Description

@warlockuk

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

Metadata

Metadata

Assignees

Labels

triageAdd this label to issues that need to be triaged

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions