Single Sign-On
Get SSO Connections
get/api/v1/sso
Query parameters
tenantstring required
Tenant
productstring required
Product
clientIDstring
Client ID (Optional if tenant/product provided)
strategystring
Strategy which can help to filter connections with tenant/product query
sortstring
If present, the connections will be sorted by sortOrder. It won't consider if pagination is used.
Response
Success
Example response
[
{
"idpMetadata": {
"sso": {
"postUrl": "https://dev-20901260.okta.com/app/dev-20901260_jacksonnext_1/xxxxxxxxxxxsso/saml",
"redirectUrl": "https://dev-20901260.okta.com/app/dev-20901260_jacksonnext_1/xxxxxxxxxxxsso/saml"
},
"entityID": "http://www.okta.com/xxxxxxxxxxxxx",
"thumbprint": "Eo+eUi3UM3XIMkFFtdVK3yJ5vO9f7YZdasdasdad",
"loginType": "idp",
"provider": "okta.com"
},
"defaultRedirectUrl": "http://localhost:3000/default",
"redirectUrl": [
"http://localhost:3000/default"
],
"tenant": "example.com",
"product": "API Engine",
"name": "Hoppscotch-SP",
"description": "SP for example.com",
"clientID": "Xq8AJt3yYAxmXizsCWmUBDRiVP1iTC8Y/otnvFIMitk",
"clientSecret": "00e3e11a3426f97d8000000738300009130cd45419c5943",
"deactivated": false
}
]