{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin OIDC Auth API", "version": "0.0.1" }, "items": [ { "info": { "name": "OIDC Auth", "type": "folder" }, "items": [ { "info": { "name": "loginWithOidcAuth", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/oidc-auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login with OIDC Auth for machine identity" }, { "info": { "name": "getOidcAuth", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/auth/oidc-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 OIDC Auth configuration on machine identity" }, { "info": { "name": "attachOidcAuth", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/oidc-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to attach the configuration onto." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Attach OIDC Auth configuration onto machine identity" }, { "info": { "name": "updateOidcAuth", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/auth/oidc-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 OIDC Auth configuration on machine identity" }, { "info": { "name": "deleteOidcAuth", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/auth/oidc-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 OIDC Auth configuration on machine identity" } ] } ], "bundled": true }