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>"
}Get SSO provider configuration
Retrieves the caller tenant’s single active OAuth SSO provider (at most one, per the single-active-provider model), plus whether local password login is enabled. The tenant is resolved from the authenticated identity, never from a request parameter. Never returns a client secret.
GET
/
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?

