{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin Azure Auth API", "version": "0.0.1" }, "items": [ { "info": { "name": "Azure Auth", "type": "folder" }, "items": [ { "info": { "name": "loginWithAzureAuth", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/azure-auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login with Azure Auth for machine identity" }, { "info": { "name": "getAzureAuth", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/auth/azure-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to retrieve the auth method for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Azure Auth configuration on machine identity" }, { "info": { "name": "attachAzureAuth", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/azure-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to login." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Attach Azure Auth configuration onto machine identity" }, { "info": { "name": "updateAzureAuth", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/auth/azure-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to update the auth method for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Azure Auth configuration on machine identity" }, { "info": { "name": "deleteAzureAuth", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/auth/azure-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to revoke the auth method for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Azure Auth configuration on machine identity" } ] } ], "bundled": true }