VoxelOriginal post
Web Developer
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.
Summary
Developers set up self-hosted Appwrite and Authentik server. Want to use Authentik as auth provider but the URL is incorrect. The core problem is missing slash (/) before param in URL. No setting found in Appwrite to change URL. Solution: Manually adjust URL format in Appwrite source code.