{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets Security management: SAML API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Security management: SAML", "type": "folder" }, "items": [ { "info": { "name": "Get SAML configuration", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/saml" }, "docs": "Get SAML configuration" }, { "info": { "name": "Create or update SAML configuration", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/security/saml", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update SAML configuration" }, { "info": { "name": "Delete SAML configuration", "type": "http" }, "http": { "method": "DELETE", "url": "/service/rest/v1/security/saml" }, "docs": "Delete SAML configuration" }, { "info": { "name": "Get service provider metadata XML document", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/saml/metadata" }, "docs": "Get service provider metadata XML document" }, { "info": { "name": "Get service provider signing or decryption certificate in PEM format", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/saml/pem", "params": [ { "name": "type", "value": "", "type": "query", "description": "Type of certificate to return: 'signing' or 'decryption'. Defaults to 'signing' if not provided." } ] }, "docs": "Get service provider signing or decryption certificate in PEM format" } ] } ], "bundled": true }