# SSO\_SYNC not working

**URL:** https://meta.discourse.org/t/sso-sync-not-working/87150
**Category:** SSO
**Created:** [May 10, 2018, 9:26am UTC](https://meta.discourse.org/t/sso-sync-not-working/87150 "2018-05-10T09:26:18Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 10, 2018, 3:57pm UTC](https://meta.discourse.org/t/sso-sync-not-working/87150/6 "2018-05-10T15:57:57Z")

</div>

> [@shahidmir](#):
>
> I assumed I could call the end point with payload excluding nonce

This is correct. You do not need the `nonce` in the payload for the `sync_sso` route. The body of the POST request needs the following parameters: `sso`, `sig`, `api_key`, `api_username`.

To see how to create the `sso` and `sig` parameters, read the ‘Setup the SSO parameters’ section of this topic: [Sync DiscourseConnect user data with the sync\_sso route](https://meta.discourse.org/t/sync-sso-user-data-with-the-sync-sso-route/84398).

The return value of a successful call to `/admin/users/sync_sso` is a Discourse User object.

---

_[View the full topic](https://meta.discourse.org/t/sso-sync-not-working/87150)._
