Request Authorization

To invoke an out-of-band authentication flow, call the /authorize_ciba endpoint. Here’s an example —where the authentication link is sent by SMS, and the user's email is passed:

// Line breaks for readability
POST /authorize_ciba HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Host: signin.bindid-sandbox.io
client_id=d0594078.f5c36acf.tid_4142b590.bindid.io&
client_secret=7d8dd34e-5866-4d11-b37c-d9b9c92c0bba&
scope=openid%20phone%20email&
channel=%7B%22type%22%3A%22sms%22%2C%20%22target%22%3A%22%2B1999999999%22%7D&
login_hint=user%40acme.com