Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

OAuth Wrap Username and Password Profile in ACS

Mattias Nordvall edited this page Jan 30, 2014 · 1 revision

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.