ยฉ 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseโ€ข3y agoโ€ข
24 replies
Dilly

auth.user record's is_sso_user = false after signing in with SSO

I am setting up a second production instance of my app. I'm using Supabase SSO with Azure. Whenever I signed in using my other instance, the new user record that gets added into the
auth.users
auth.users
table would always have
is_sso_user
is_sso_user
set to
true
true
. However, in this new instance, even though my login process is exactly the same (using SAML with Azure), when the new record gets created in
auth.users
auth.users
,
is_sso_user
is_sso_user
is being set to
false
false
. This is causing problems because I need this value to be true. I'm signing in with SSO so I have no idea why Supabase is setting this to
false
false
, especially when it worked fine in my other instance. Any tips?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

User logout/revoke with signing keys
SupabaseSSupabase / help-and-questions
7mo ago
I'm getting console error when signing in with my auth
SupabaseSSupabase / help-and-questions
4y ago
Access Auth.user with prisma?
SupabaseSSupabase / help-and-questions
4y ago
Help in deleting user from auth.user
SupabaseSSupabase / help-and-questions
4y ago