Urgent:
So I am using keycloak as my OIDC provider, everything has been setup nicely. working fine. I want to know whether Appwrite creates a new UUID everytime within the flow if it doesn't exists in the existing db or it uses the user id that is coming from OIDC? if yes then how do i get it? account.get() is not having any other field i can refer to.
My other applications depend on it.
I am planning to make two appwrite functions to implement that but let me know if there is any workaround for this before I proceed with rewriting the entire auth again.
Thanks in Advance.
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...