Chris Gwilliams
Chris Gwilliams
Hi @Nicolasvegam Have you filed a support ticket for this? Also, have you read the [Supavisor announcement](https://github.com/orgs/supabase/discussions/17817) and confirmed the string is the right one?
Thanks for reporting this @CalvinWilkinson! When using the Management API, the 2 versions can be confusing indeed. For v1, you use an Access Token as normal For v0, you use...
Thank you @CalvinWilkinson for this, it is super interesting that one (maybe 2) routes are working as expected. 2 bugs here for investigation/reproduction: 1. v1 API should return 401 for...
Hi @CalvinWilkinson , This is a documentation and an API error, I am afraid. The good news is there is an immediate path to unblock you! API: 1. Works as...
@CalvinWilkinson That's a good question and, for the whole of Supabase, it is easier to answer. https://supabase.com/changelog is the "official" changelog For management API, specifically, I would subscribe to this...
This does seem like a docs bug, thanks for calling it out @aantn. `raw_app_meta_data` is indeed the property to use there and there is an example implementation [here](https://github.com/supabase-community/supabase-custom-claims)
Hi @aantn , That is still possible. See the docs just above the link (in Accessing the stored attributes) [here](https://supabase.com/docs/guides/auth/sso/auth-sso-saml#remove-a-connection). Mapped attributes are stored in the app_metadata (as well as...
@aantn You may be right here. To confirm, are you asking for the `groups` scope when logging in the user (for azure and/or google)? Using Microsoft as the example, how...
@aantn It sort of matters: - For OAuth, you only need to make sure it is in your `scopes` - For SAML, it is more configurable as you can add/edit...
@aantn You are not being a nag, at all! You have raised very good points and this is not an area where you want to operate on guesswork. I can...