Home > API Reference > Get Public Authentication Profiles

Get Public Authentication Profiles

Business application can use this API to get all the public authentications configured in the SigningHub 


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"
}


The detail of each item provided in the request and response is provided below:

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



See also
Authentication
Get Service Agreements
OTP Login Authentication
Kerberos Authentication
Revoke Refresh Tokens
Single Sign On Authentication
Pre Login Authentication
Logout
SigningHub Admin APIs
Enterprise Management
Document Package
Document Workflow
Document Preparation
Document Processing
Account Management
Personal Settings
Appendix
Get SigningHub Admin Branding
Get SH Admin Branding Logo
Get SH Admin Branding Favicon
System Settings
Publish Workflow Completion Report
Get Profile Picture of Recipient
Get Enterprise Branding Logo
Get Enterprise Branding Favicon
OTP Verification