{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions WS-Federation API", "version": "1.0.0" }, "items": [ { "info": { "name": "WS-Federation", "type": "folder" }, "items": [ { "info": { "name": "Auth0 This Endpoint Accepts a WS-Federation Request to Initiate a Login.", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/wsfed/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "The client-id of your application." }, { "name": "wtrealm", "value": "", "type": "query", "description": "Can be used in place of client-id." }, { "name": "whr", "value": "", "type": "query", "description": "The name of the connection (used to skip the login page)." }, { "name": "wctx", "value": "", "type": "query", "description": "Your application's state." }, { "name": "wreply", "value": "", "type": "query", "description": "The callback URL." } ] }, "docs": "Auth0 This Endpoint Accepts a WS-Federation Request to Initiate a Login." } ] } ], "bundled": true }