
I have two subdomains which have the same root, sub1.example.com and sub2.example.com, I want to use the session created in sub1 in sub2, like SSO, I am checking for the session in sub2 but getting 401, general_unauthorized_scope (attached image)
- I am using the same appwrite endpoint in both subdomains.
- I have the added both subdomain's url in the integration/platform of my project.
TL;DR
Developers are facing issues maintaining sessions between subdomains for SSO. They are using the same appwrite endpoint for both subdomains and have added the URLs of both subdomains in the integration/platform settings of the project. However, when checking for the session in sub2, they are receiving a 401 error with the message "general_unauthorized_scope".Recommended threads
- createMembership Question
Hello, I use the createMembership endpoint to send invite to a user to join a team. They receive an email to accept the membership. Say something happened ...
- Endpoints after Cloud Update
Recently noticed that the cloud endpoints have changed. Previously they were cloud.appwrite.io Now it's fra.cloud.appwrite.io I have two projects One has a c...
- Modified cron job
I was trying to create a webapp which have a requirement to schedule some jobs basis on user actions. Jobs should run on the exact time defined. What is the bes...
