1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

docs: add warnings for known issues with Redirect URI and authorization callback URL in Authentik and GitHub configurations

This commit is contained in:
Sean Morley 2025-01-13 18:50:54 -05:00
parent 4a36fbb4c1
commit 62d2fd7c6a
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,11 @@ To enable Authentik as an identity provider, the administrator must first config
1. Log in to Authentik and navigate to the `Providers` page and create a new provider.
2. Select `OAuth2/OpenID Provider` as the provider type.
3. Name it `AdventureLog` or any other name you prefer.
::: warning
Known issue: The `Redirect URI` should use `http` even if your site uses `https`. This is a known issue with AdventureLog and will be fixed in a future release.
:::
4. Set the `Redirect URI` of type `Regex` to `^http://<adventurelog-server-url>/accounts/oidc/.*$` where `<adventurelog-url>` is the URL of your AdventureLog Server service.
5. Copy the `Client ID` and `Client Secret` generated by Authentik, you will need these to configure AdventureLog.
6. Create an application in Authentik and assign the provider to it, name the `slug` `adventurelog` or any other name you prefer.