{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions SSO API", "version": "1.0.0" }, "items": [ { "info": { "name": "SSO", "type": "folder" }, "items": [ { "info": { "name": "Auth0 This Endpoint Accepts an IdP-Initiated Sign on SAMLResponse from a SAML Identity Provider.", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/login/callback", "params": [ { "name": "connection", "value": "", "type": "query", "description": "The name of an identity provider configured to your application." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "SAMLResponse", "value": "" } ] } }, "docs": "The connection corresponding to the identity provider is specified in the query string. The user will be redirected to the application that is specified in the SAML Provider IdP-Initiated Sign On section.\n" } ] } ], "bundled": true }