Skip to main content
GET
List all SSO profiles

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer

Maximum number of records to return for this request. Overrides the row count only, not the page offset (which is always based on per_page), so use per_page for pagination rather than combining limit with page. Defaults to the per_page value.

per_page
integer
default:20

Items per page. Defaults to the resource-specific page count if configured, otherwise 20

page
integer
default:1

Page number. Defaults to 1 when omitted

Response

200 - application/json

OK

ID
string

Unique identifier/key for the SSO profile

Example:

"ldap_dev"

Name
string

Name of the SSO profile

Example:

"Developers@LocalAD"

ActionType
string

Type of action to perform

Example:

"GenerateOrLoginDeveloperProfile"

LoginURL
string

URL for SSO login

Example:

"http://localhost:3001/tib/auth/ldap_dev/ldap"

RedirectURL
string

Callback URL for SSO authentication

Example:

"http://localhost:3001/tib/auth/ldap_dev/ldap/callback"

SelectedProviderType
string

Type of the selected provider

Example:

"ldap"

UpdatedAt
string

Timestamp of when this profile was last updated

Pattern: ^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$
Example:

"2024-11-14 12:36"

UpdatedBy
string

Email of the user who last updated this profile

Example:

"auto_test@tyk.io"