Hello dear Appwrite Communauty,
I discovered Appwrite a few weeks ago. I successfuly installed a self-hosted instance on my PC using the provided docker-compose file. I also have an Authentik installation that handle authentification.
I successfuly configured the Authentik provider that allow "my customer" to sign in from my app to their Authentik account. However, I would like to know if it is possible for me (aka the owner of the project) to sign in/sign up to the console using Authentik instead of the built-in account management.
I saw that Cloud instance of Appwrite (https://cloud.appwrite.io/register) allows to sign in/sign up with GitHub account. Is it possible to configure this feature for Authentik ?
I have read the documentation, but I only found informations about providing external authentication for "client purpose" (allow client to register to my project using their online accounts) instead of "tenant" (allow tenant to create new projects, database, ...).
Does anyone have further informations ?
Thanks for your help. Best regards
At the moment, you cannot (unless you modify the source code). We may expand these capabilities in the future
Hi Steven, Thank you very much for your fast reply. I will look forward how to provide this feature.
Best regards
[CLOSED] Console sign in/sign up using external auth provider
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...