# Service Providers

Manage third-party service providers that can use Transmit Security as an Identity Provider


## Servers

Sandbox environment
```
https://api.sbx.transmitsecurity.io/cis
```

US production environment
```
https://api.transmitsecurity.io/cis
```

EU production environment
```
https://api.eu.transmitsecurity.io/cis
```

CA production environment
```
https://api.ca.transmitsecurity.io/cis
```

AU production environment
```
https://api.au.transmitsecurity.io/cis
```

JP production environment
```
https://api.gasne1-ts01.transmitsecurity.io/cis
```

## Security

### bearer

Type: http
Scheme: bearer
Bearer Format: JWT

### UserAccessToken

A token returned upon end-user authentication, which provides access to resources and data for the user and app for which it was generated

Type: http
Scheme: bearer
Bearer Format: JWT

### AdminAccessToken

[object Object]

Type: oauth2
Token URL: /oidc/token
Scopes:

### ClientAccessToken

[object Object]

Type: oauth2
Token URL: /oidc/token
Scopes:

### OrgAdminAccessToken

A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.

Type: oauth2
Token URL: /oidc/token
Scopes:

## Download OpenAPI description

 - [Service Providers](https://developer.transmitsecurity.com/_bundle/openapi/user/service-providers.openapi.yaml)

 - [POST /v1/serviceprovider/saml2](https://developer.transmitsecurity.com/openapi/user/service-providers.openapi/other/createserviceprovider.md): Create a SAML access-based service provider in a specific tenant. <br><br>**Required permissions**: `service-providers:create`, `apps:create`, `[appId]:create`.
 - [GET /v1/serviceprovider/saml2](https://developer.transmitsecurity.com/openapi/user/service-providers.openapi/other/getserviceprovider.md): Get all SAML access-based service providers in a specific tenant. <br><br>**Required permissions**: `service-providers:list`, `service-providers:read`, `apps:list`, `[appId]:list`, `apps:read`, `[appI
 - [PUT /v1/serviceprovider/saml2/{serviceProviderId}](https://developer.transmitsecurity.com/openapi/user/service-providers.openapi/other/updateserviceprovider.md): Update the specified SAML service provider. <br><br>**Required permissions**: `service-providers:edit`, `apps:edit`, `[appId]:edit`.
 - [DELETE /v1/serviceprovider/saml2/{serviceProviderId}](https://developer.transmitsecurity.com/openapi/user/service-providers.openapi/other/deleteserviceprovider.md): Delete the specified SAML service provider. <br><br>**Required permissions**: `service-providers:delete`, `apps:delete`, `[appId]:delete`.
 - [GET /v1/serviceprovider/saml2/sso/{serviceProviderId}](https://developer.transmitsecurity.com/openapi/user/service-providers.openapi/other/createsamlresponse.md): Exchanges a user access token for a SAML response, used to perform an SSO login into a SAML service provider. The user access token, retrieved via a successful login with Transmit, is used to authoriz
