Security API
Authentication Engine
it creates a session authenticating the user
GET/rest/security/authenticationengine
Query parameters | none |
Header |
|
Header/Parameter | tenant |
Body | none |
Returns |
|
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"}