{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions SAML API", "version": "1.0.0" }, "items": [ { "info": { "name": "SAML", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Use This Endpoint to Accept a SAML Request to Initiate a Login.", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/samlp/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "Client ID of your application." }, { "name": "connection", "value": "", "type": "query", "description": "Connection to use during login." }, { "name": "organization", "value": "", "type": "query", "description": "Organization ID, if authenticating in the context of an organization." } ] }, "docs": "Optionally, you can include a connection parameter to log in with a specific provider. If no connection is specified, the Auth0 Login Page will be shown.\nOptionally, SP-initiated login requests can include an organization parameter to authenticate users in the context of an organization. To learn more, see Organizations.\n" }, { "info": { "name": "Auth0 This Endpoint Returns the SAML 2.0 Metadata.", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/samlp/metadata/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "The client_id of your application." } ] }, "docs": "Auth0 This Endpoint Returns the SAML 2.0 Metadata." } ] } ], "bundled": true }