Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qwiet SAML API

The integration endpoints allowing orgs to configure Qwiet to act as a SAML service provider (SP) that uses the customer's identity provider (IdP) to log users in.[![Run in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/9829310-a411d1c3-c232-4843-a89d-b302df399d99?action=collection%2Ffork&collection-url=entityId%3D9829310-a411d1c3-c232-4843-a89d-b302df399d99%26entityType%3Dcollection%26workspaceId%3Da63f69cc-5c31-4f2b-8d28-b647f83b9e97)

Qwiet SAML API is one of 27 APIs that Qwiet publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SAML. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 7 operations across 5 paths, and defines 13 schemas. It is described by OpenAPI 3.0.0, at version 4.0.0.

Requests are made against a single base URL, https://app.shiftleft.io/api/v4.

7 operations 5 paths 13 schemas 1 DELETE1 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.0.0
Base URL
https://app.shiftleft.io/api/v4
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Qwiet SAML API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerToken).

  • BearerToken — Use of the Qwiet API requires an access token, which is available via the Qwiet Dashboard (either under [Account Settings](https://app.shiftleft.io/user/profil…

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 1 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

SAML 7

The integration endpoints allowing orgs to configure Qwiet to act as a SAML service provider (SP) that uses the customer's identity provider (IdP) to log users in. [![Run in Postm…

POST
/orgs/{orgID}/saml_configs
Create a SAML configuration for an org
CreateOrgSAMLConfig 1 param body → 200default
GET
/orgs/{orgID}/saml_configs
List SAML configurations for an org
ListOrgSAMLConfigs 1 param → 200default
PUT
/orgs/{orgID}/saml_configs/{SAMLConfigName}
Update SAML configuration for an org
UpdateOrgSAMLConfig 2 params body → 200
DELETE
/orgs/{orgID}/saml_configs/{SAMLConfigName}
Delete an org's SAML configuration
DeleteOrgSAMLConfig 2 params → 200default
POST
/orgs/{orgID}/saml/provision
Provision or update SAML users for an organization.
ProvisionSAMLUsers 1 param body → 200default
POST
/orgs/{orgID}/saml/users/{userIDv2}/access_token/reset
Reset a SAML user's access token.
ResetSAMLUserAccessToken 2 params → 204default
POST
/orgs/{orgID}/saml/access_token/reset
Bulk reset SAML user access tokens.
BulkResetSAMLUserAccessTokens 1 param body → 200default

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are SAMLConfigUpdate (6 properties), Error (4 properties), SAMLUser (4 properties), SAMLUserProvisioningResponse (4 properties). Each schema is shown below with its type and property counts.

SAMLConfigUpdate
object
An object describing a SAML configuration for an organization
6 properties
SAMLUserProvisioningResponse
object
contains the results of a bulk users provisioning.
4 properties
Error
object
4 properties 3 required
SAMLConfigCreate
object
An object describing a SAML configuration for an organization
SAMLUserMembership
object
contains information about a user's role in a team.
2 properties 2 required
SAMLUserProvisioningRequest
array
SAMLConfig
object
An object describing a SAML configuration for an organization
UserMembershipInfo
SuccessResponse
object
1 property 1 required
SAMLUserAccessTokenResetRequest
object
contains the list of user IDs whose SAML access tokens should be reset.
1 property 1 required
SAMLUser
object
contains the all the necessary information to provision a SAML user.
4 properties 2 required
SAMLUserAccessTokenResetResponse
object
contains the results of a bulk SAML user access token reset.
3 properties
SAMLConfigName
string
The name and ID of the specified SAML configuration

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qwiet-saml-api-openapi.yml Raw ↑

Other APIs Qwiet publishes across the network.

Qwiet alerting API
Qwiet analyze API
Qwiet app_groups API
Qwiet app_labels API
Qwiet apps API
Qwiet autofix API
Qwiet azureboard API
Qwiet branches API
Qwiet comments API
Qwiet compounds API
Qwiet findings API
Qwiet org_backup API