Sso Origins
List SSO allowed origins.
super_admin: Can see all origins (global + all orgs)
org_admin: Can see global + their org's origins
Query params:
org_id: Filter by specific organization
include_global: Include global patterns in results
active_only: Only return active origins
Filter by organization ID
Include global patterns
trueOnly return active origins
falseSuccessful Response
Validation Error
Create a new SSO allowed origin.
super_admin: Can create global origins (org_id=null) or org-specific
org_admin: Can only create origins for their organization
Pattern types:
exact: Exact URL match (e.g., https://myapp.example.com)
wildcard: Wildcard pattern (e.g., .web.app, http://localhost:)
Request model for creating an SSO origin.
Origin URL or wildcard pattern
Pattern type: 'exact' or 'wildcard'
exactOrganization ID (null for global)
Description for admin reference
Whether this origin is active
trueSuccessful Response
Validation Error
Get a specific SSO origin by ID.
Successful Response
Validation Error
Update an SSO origin.
super_admin: Can update any origin
org_admin: Can only update their org's origins (not global)
Request model for updating an SSO origin.
Successful Response
Validation Error
Delete an SSO origin.
super_admin: Can delete any origin
org_admin: Can only delete their org's origins (not global)
Successful Response
Validation Error
No content
Toggle the active status of an SSO origin.
super_admin: Can toggle any origin
org_admin: Can only toggle their org's origins (not global)
New active status
Successful Response
Validation Error
Last updated