Login (MRS Authentication)
documentedAuthenticate a REST user using the MRS SCRAM-style authentication workflow.
POST http://<HOST>:<PORT>/<ServiceAlias>/<AuthPath>/loginAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$host}}:{{$port}}/{{$service_alias}}/{{$auth_path}}/login" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"username": "{{$username}}", "password": "{{$password}}", "sessionType": "{{$session_type}}", "authApp": "{{$auth_app}}"}' \
-c cookie.txt