---
title: "Saml Login"
method: POST
path: "/user/samlLogin"
tags: ["User"]
---

# Saml Login

`POST /user/samlLogin`

The SAML login service is used to authenticate system users with a SAML response.<br>A new user will be created with the input provided if that user isn't already in the system.<br>For existing users, the system will make updates based on changes or new information.<br>When authentication is successful, a user session token is returned.<br><br><b>Note:</b> <li>The content type has to be passed as application/x-www-form-urlencoded. <li>issuer, source and samlResponse should be passed as body parameters.</li>

## Query parameters

- `issuer` string, required
- `samlResponse` string, required
- `source` string

## Response `200`

OK

## Other responses

- `400` — Y013 : Invalid value for samlResponse<br>Y013 : Invalid value for issuer
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/versions/3bc0042deba8/schema)
