Error
A valid request URL is required to generate request examples{
"configured": true,
"provider": {
"disableSsl": true,
"templateCode": "templateCode",
"title": "title",
"type": "SendGrid",
"content": "content",
"createdAt": "2021-09-01T00:00:00.000Z",
"intranetEndpoint": "intranetEndpoint",
"endpoint": "endpoint",
"appId": "appId",
"host": "host",
"customUserInfoUrl": "customUserInfoUrl",
"id": "00000000-0000-0000-0000-000000000000",
"clientId": "clientId",
"signName": "signName",
"method": "method",
"receiver": "receiver",
"issuerUrl": "issuerUrl",
"customTokenUrl": "customTokenUrl",
"clientId2": "clientId2",
"customAuthUrl": "customAuthUrl",
"providerUrl": "providerUrl",
"port": 0,
"regionId": "regionId",
"domain": "domain",
"name": "SMTP Corp",
"subType": "subType",
"scopes": "scopes",
"category": "Email"
},
"passwordEnabled": true
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}Delete SSO provider configuration
Unlinks and deletes the caller tenant’s active OAuth SSO provider, then re-enables local password login (the symmetric reverse of the PUT’s auto-disable). A no-op (200, unchanged state) when no provider is configured. The tenant is resolved from the authenticated identity, never from a request parameter.
DELETE
/
v1
/
sso
/
provider
Error
A valid request URL is required to generate request examples{
"configured": true,
"provider": {
"disableSsl": true,
"templateCode": "templateCode",
"title": "title",
"type": "SendGrid",
"content": "content",
"createdAt": "2021-09-01T00:00:00.000Z",
"intranetEndpoint": "intranetEndpoint",
"endpoint": "endpoint",
"appId": "appId",
"host": "host",
"customUserInfoUrl": "customUserInfoUrl",
"id": "00000000-0000-0000-0000-000000000000",
"clientId": "clientId",
"signName": "signName",
"method": "method",
"receiver": "receiver",
"issuerUrl": "issuerUrl",
"customTokenUrl": "customTokenUrl",
"clientId2": "clientId2",
"customAuthUrl": "customAuthUrl",
"providerUrl": "providerUrl",
"port": 0,
"regionId": "regionId",
"domain": "domain",
"name": "SMTP Corp",
"subType": "subType",
"scopes": "scopes",
"category": "Email"
},
"passwordEnabled": true
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}{
"code": "<string>",
"entityType": "<string>",
"err": {},
"message": "<string>",
"title": "<string>"
}Authorizations
Bearer authentication. Send Authorization: Bearer .
Response
OK
SSOProviderConfigResponse payload
ProviderResponse payload
Show child attributes
Show child attributes
Example:
{
"disableSsl": true,
"templateCode": "templateCode",
"title": "title",
"type": "SendGrid",
"content": "content",
"createdAt": "2021-09-01T00:00:00.000Z",
"intranetEndpoint": "intranetEndpoint",
"endpoint": "endpoint",
"appId": "appId",
"host": "host",
"customUserInfoUrl": "customUserInfoUrl",
"id": "00000000-0000-0000-0000-000000000000",
"clientId": "clientId",
"signName": "signName",
"method": "method",
"receiver": "receiver",
"issuerUrl": "issuerUrl",
"customTokenUrl": "customTokenUrl",
"clientId2": "clientId2",
"customAuthUrl": "customAuthUrl",
"providerUrl": "providerUrl",
"port": 0,
"regionId": "regionId",
"domain": "domain",
"name": "SMTP Corp",
"subType": "subType",
"scopes": "scopes",
"category": "Email"
}
Was this page helpful?

