# Passing extra parameters to SSO URL

**URL:** https://meta.discourse.org/t/passing-extra-parameters-to-sso-url/108382
**Category:** SSO
**Created:** [February 5, 2019, 6:25am UTC](https://meta.discourse.org/t/passing-extra-parameters-to-sso-url/108382 "2019-02-05T06:25:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![masterakay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/masterakay/32/122593_2.png) [@masterakay](https://meta.discourse.org/u/masterakay)
#### Post date: [February 5, 2019, 6:25am UTC](https://meta.discourse.org/t/passing-extra-parameters-to-sso-url/108382/1 "2019-02-05T06:25:43Z")

</div>

Hello!

I’m looking to add extra parameter to our SSO Provider, something like

`https://mywebsite.org/login?sso=PAYLOAD&sig=SIG&extra=data`

Is there any way this is possible?

---

<div class="post-metadata">

### Author: ![tdekoekkoek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tdekoekkoek/32/132035_2.png) [@tdekoekkoek](https://meta.discourse.org/u/tdekoekkoek)
#### Post date: [October 1, 2019, 12:15pm UTC](https://meta.discourse.org/t/passing-extra-parameters-to-sso-url/108382/2 "2019-10-01T12:15:52Z")

</div>

I need this as well. Did you get any solution?

---

<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: [October 1, 2019, 11:36pm UTC](https://meta.discourse.org/t/passing-extra-parameters-to-sso-url/108382/3 "2019-10-01T23:36:40Z")

</div>

If the parameter will be the same for every SSO login, you can add a parameter to the `sso url` setting. For example, setting my `sso url` to `http://wp-discourse.test?site=demo` lets me know on my SSO provider site that the request came from my ‘demo’ site.

Adding data that changes on each SSO login request may be possible with a plugin.
