Add Auth Source
DescriptionIf the authentication source is of type LDAP or AD and if ssl is enabled, the response object will contain a list of certificates found matching with the provided host.If the authentication source is not of type LDAP or AD (or) if ssl is not enabled, then the authentication source is available for use as soon as the api call is successful.It is the duty of the caller to call the PATCH (/sources) api with the certificate details. Once the PATCH api call is successful, the authentication source is available for use.
Request
URLURL
Request Body
Contains authSource’s type and its properties
Authentication
Response
200 OK Response Body>Response Body
200 OK
The Auth source is not created in the system and ssl certificate details are returned as response. The caller has to call the PATCH (/auth/sources) API with the certificate details.
201 Created Response Body>
Response Body
201 Created
The Auth source is created in the system