EcaaService

Manage the Symitar Combined Authentication and Authorization Service (ECAAS).

Symitar eDocs References: Coming soon.

Operations

authenticate

post

Performs authentication.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
NamespacestringOptional
Responses
200

Successful operation.

application/json
post
/authenticate
200

Successful operation.

authenticateWithAuthorization

post

Authenticates with authorization.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
NamespacestringOptional
Responses
200

Successful operation.

application/json
post
/authenticateWithAuthorization
200

Successful operation.

getPrincipals

post

Retrieves principals.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
NamespacestringOptional
PrivilegeDemandstring[]Optional
Principalstring[]Optional
Responses
200

Successful operation.

application/json
post
/getPrincipals
200

Successful operation.

initKerberosAuthentication

post

Initializes Kerberos authentication.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
DomainstringRequired
Responses
200

Successful operation.

application/json
post
/initKerberosAuthentication
200

Successful operation.

authorizeSym

post

Authorizes Symmetric Key.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
NamespacestringRequired
Responses
200

Successful operation.

application/json
post
/authorizeSym
200

Successful operation.

changeEpisysPassword

post

Changes Episys password.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
NewPasswordstringRequired
Responses
200

Successful operation.

application/json
post
/changeEpisysPassword
200

Successful operation.

authenticateMember

post

Authenticates a member.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/authenticateMember
200

Successful operation.

authenticateService

post

Authenticates a service.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/authenticateService
200

Successful operation.

changeMemberHBPassword

post

Changes member's Home Banking password.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
NewPasswordstringRequired
Responses
200

Successful operation.

application/json
post
/changeMemberHBPassword
200

Successful operation.

convertToJWT

post

Converts to JSON Web Token (JWT).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
SAMLAssertionstringRequired
Responses
200

Successful operation.

application/json
post
/convertToJWT
200

Successful operation.

convertToSAML

post

Converts to Security Assertion Markup Language (SAML).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
JwtTokenstringRequired
Responses
200

Successful operation.

application/json
post
/convertToSAML
200

Successful operation.

Last updated

Was this helpful?