Security API

Authentication Engine

it creates a session authenticating the user

GET/rest/security/authenticationengine
 Query parameters  none
 Header
  • auth-token: value of the authentication token
 Header/Parameter  tenant
 Body  none
Returns
  •  MSMAuthentication
  • LDAPAuthentication
Required role  none

Example request

curl 'localhost:8080/mwp/rest/security/authenticationengine' -H 'auth-token: 5d1351cf-cf0f-42b9-a333-56467672fedc' -H 'tenant:default'

Example response

{"authenticationEngine" : "MSMAuthentication"}

 

Feedback