You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many organizations use Microsoft 365, Google, or other identity providers, but can't use them for logging in. University of Washington, the first adopter, is one of them, where we could use the UW NetID provider, or Google, or Microsoft.
What is your idea?
Add Microsoft 365, Google, and other SSO support.
Design
Supabase supports SAML 2.0. The documentation is thorough and relatively straightforward. UW also supports SAML 2.0, and has an elaborate consultation process for adding support.
The text was updated successfully, but these errors were encountered:
Any UW Entra (member) user can register an application. ‘Member’ is a special term that generally denotes whether a user is considered part of the organization or not. ‘Guest users’ by default are not members (but that can be changed on a case-by-case basis). All UW NetIDs would be considered a ‘member’.
In this step, you’re choosing which identities are eligible to use your application.
Who can use this application or access this API?
Accounts in this organizational directory only (UW only - Single tenant)
Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)
Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal > Microsoft accounts (e.g. Skype, Xbox)
Personal Microsoft accounts only
where:
only UW Entra accounts
UW Entra or other organization's Entra accounts
b) + personal Microsoft accounts
only personal Microsoft accounts
Entra ‘guest users’ are not part of personal Microsoft accounts. In other words, if you pick a), you'd get UW Entra accounts which would include:
UW NetIDs with an active UW Microsoft account
UW Microsoft only accounts (e.g. r_ accounts and some others)
UW Entra guest users, whose home IdP can generally be anything that talks SAML or OIDC, including all social IdP providers
Only option d) wouldn't get what you want. Option b) is closest to the use case you’re describing, c) would also work.
What are you trying to do that you can't?
Many organizations use Microsoft 365, Google, or other identity providers, but can't use them for logging in. University of Washington, the first adopter, is one of them, where we could use the UW NetID provider, or Google, or Microsoft.
What is your idea?
Add Microsoft 365, Google, and other SSO support.
Design
Supabase supports SAML 2.0. The documentation is thorough and relatively straightforward. UW also supports SAML 2.0, and has an elaborate consultation process for adding support.
The text was updated successfully, but these errors were encountered: