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
- [Solved]
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...