Getting error while using Oauth2provider.google
AppwriteException: general_unauthorized_scope, User (role: guests) missing scope (account) (401)
Developing for mobile using flutter. After the google account selection page, the user should be redirected back to the app as per our requirement, but it is not happening. Session is getting created on appwrite console but user getting stuck on appwrite page : https://cloud.appwrite.io/console/auth/oauth2/success?project=66face0e0028dbcc5a13&domain=.cloud.appwrite.io&key=a_session_...&secret=...#
Recommended threads
- Status 400 on oauth
Hello, I am getting status 400 on oauth login via google (redirect_uri_mismatch), same with Apple oauth. Is there any issues with oauth authorization currently...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Request for JWKS Endpoint and OIDC Disco...
Hey Appwrite Team, Do you have plans to support JWKS and a well-known OIDC discovery endpoint? This would let us verify Appwrite JWTs in other services using st...