Search...
/
Login
Introduction
SAML (Enterprise SSO)
SAML Quickstart
Integrating SAML with your Login UI
Handling SAML Logins + JIT Provisioning
SCIM (Enterprise Directory Sync)
SCIM Quickstart
OAuth / NextAuth.js
SAML over OAuth (SAML NextAuth.js integration)
IDP configuration
Enabling self-service configuration for your customers
Guides for common identity providers
SSOReady concepts
Overview
Environments
Organizations
SAML Connections
SAML Login Flows
SCIM Directories
SCIM Users
SCIM Groups
SCIM Request Logs
Management API
Management API
Self-Hosting
Self-Hosting SSOReady
API Reference
SAML
SCIM
Management API
Organizations
Setup URLs
SAML Connections
GET
List SAML Connections
POST
Create SAML Connection
GET
Get SAML Connection
PATCH
Update SAML Connection
SCIM Directories
Login
API Reference
Management API
SAML Connections
List SAML Connections
GET
https://
api.ssoready.com
/
v1
/
saml-connections
Lists SAML connections in an organization.
Query parameters
organizationId
string
Optional
The organization the SAML connections belong to.
pageToken
string
Optional
Pagination token. Leave empty to get the first page of results.
Response
This endpoint returns an object.
samlConnections
list of objects
Optional
The list of SAML connections.
Show 8 properties
nextPageToken
string
Optional
Value to use as
pageToken
for the next page of data. Empty if there is no more data.
Built with