With most OAuth providers you can add a specific account (email adress) as prefered account to use for the OAuth protocol. An example for Github: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps
I am creating an account in advance before triggering an OAuth login to trigger some validation checks on the email domain. Locked account creation for the client, only possible with server side combined with the create user endpoint. I would like to send the email with the Oauth function, is that possible?
This is the flow for Microsoft: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow There you can send a login_hint but also a domain_hint as well.
Recommended threads
- Resource limit error using API for proje...
Project ID: 67414182001dfe44c386 Endpoint: https://fra.cloud.appwrite.io/v1 Web Dashboard works fine, able to CRUD. But API return error ``` { "message": "...
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...
- Opening Project I get "500 Internal Erro...
Opening Project I get "500 Internal Error" added what i see on the page and in dev console