Hi all, I have setup a self hosted Appwrite Instance and a self hosted Authentik server.
I want to use Authentik as my auth provider, but for some reason, the auth URL is not correct.
I explained it in more detail on Reddit, but did not get a response there https://www.reddit.com/r/appwrite/comments/1jgr064/wrong_authentik_auth_url/
the core problem is, that auth url is "authorize?client_id=xxxxx" but should be "authorize/?client_id=xxxxx" notice the extra / before the param.
I did not find a setting where i could change the URL in appwrite.
Recommended threads
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...