Get Public Authentication Profiles
|
https://api.signinghub.com/v3/system/configurations/profiles/auth |
||
|
HTTP Verb |
GET |
|
|
Authorization |
Bearer {access_token} |
|
|
Accept |
application/json |
|
|
Request Body |
|
|
|
Status Code |
Message |
Response Body |
|
200 |
OK |
[ { "profile_name": "SigningHub ID", "method": "PASSWORD", "app_id": "" }, { "profile_name": "SSL Authentication", "method": "SSL", "app_id":"" }, { "profile_name": "Office 365 Authentication", "method": "OFFICE_365", "app_id":"7cec-63cb-47a4-9bcd-0a3a2020d010", "tenant_id": "dba5c0c6-d680-42f0-8d5b-df5d15395977" } ] |
| 403 | Forbidden |
{ "Message": "Account is disabled"} |
|
500 |
Internal Server Error |
{ "Message": "An internal server error occurred while processing the request"} |
| Item Details | |
| Names |
Description |
| Request Parameters |
|
| access_token | OAuth access token obtained as a result of successful authentication via "client_credentials" grant type. |
| Response Parameters | |
| profile_name | Name of the authentication profile |
| method | Method of the authentication profile |
| app_id | Application Id of the configured profile |
| tenant_id | Tenant ID for integration application from Azure cloud and provided in MS Azure Active Directory or MS Office 365 connector in SigningHub admin |