Get SSO Wayfless URL By Email

Purpose

Returns the WAYFless URLs for the IDPs that matches the email restriction criteria

Request

Resource URL

GET https://api.ft.com/sso/idps/mapping?email={{email}}

For security reasons requests must be made over HTTPS.

Parameters

Query ParamMandatoryValue
email
Yes email of user trying to login

Request Headers

HeaderValue
X-Api-Key Your designated API key

Request Body

Not supported.

Response

Response Body

{
    “items”:[
        {
            “samlEntityId”:{
                “id”:“{{url-id}}”
            },
            “name”:“Company name”,
            “wayflessUrl”:“http://wayfless-url"
        }
    ]
}

HTTP Status Codes

Http StatusDescription
200 Ok Success
400 Bad Request Invalid email provided. You may refer to error response object returned for details around why the request was invalid.
403 Forbidden Invalid API key