OAuth Wrap Username and Password Profile in ACS - nordvall/TokenClient GitHub Wiki

This flow is unsupported in ACS.

Example request:

POST /WRAPv0.9 HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Host: xxx.accesscontrol.windows.net
Content-Length: 162

wrap_username=abc&wrap_password=123&wrap_scope=https%3A%2F%2Fxxx.accesscontrol.windows.net%2Fv2%2Fmgmt%2Fservice&wrap_client_id=Client1

Response:

HTTP/1.1 401 Unauthorized

Error: Unsupported auth type: the request body must contain a wrap_name or wrap_assertion_format parameter.