{ "opencollection": "1.0.0", "info": { "name": "Fast admin saml API", "version": "0.1.0" }, "items": [ { "info": { "name": "saml", "type": "folder" }, "items": [ { "info": { "name": "Is Activated", "type": "http" }, "http": { "method": "GET", "url": "/api/saml/is_activated" }, "docs": "Saml is activated route." }, { "info": { "name": "Saml Login", "type": "http" }, "http": { "method": "GET", "url": "/api/saml/login" }, "docs": "Saml login route." }, { "info": { "name": "Metadata", "type": "http" }, "http": { "method": "GET", "url": "/api/saml/metadata" }, "docs": "Saml metadata route." }, { "info": { "name": "Saml Login Callback", "type": "http" }, "http": { "method": "POST", "url": "/api/saml/callback" }, "docs": "Saml login callback route." } ] } ], "bundled": true }