Previous Topic: Examples: HTTP OperationsNext Topic: Get Schema


REST-based Authentication

The CA ControlMinder REST requests include the authentication information as part of the request information. CA ControlMinder supports the HTTP basic authentication method. You can use the following basic authentication, for example:

Authorization: Basic c3VwZXJhZG1pbjpkZWZhdWx0c3VwZXJhZG1pbjpkZWZhdWx0 

The previous example represents the Base 64 encoding of the user “superadmin” and the password “default”.