# Passing "Location" and "Web Site" from SSO?

**URL:** https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059
**Category:** SSO
**Created:** [4월 24, 2018, 1:15오후 UTC](https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059 "2018-04-24T13:15:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Denis\_Heraud](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denis_heraud/32/119623_2.png) [@Denis\_Heraud](https://meta.discourse.org/u/Denis_Heraud)
#### Post date: [4월 24, 2018, 1:15오후 UTC](https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059/1 "2018-04-24T13:15:41Z")

</div>

I’ve been a’searchin’ but can’t find an answer to this question.

Is it possible to pass values to Discourse’s “Location” and “Web Site” fields in users’ profiles using SSO? Didn’t see those specific ones in the list of accessors.

Thanks!

---

<div class="post-metadata">

### Author: ![Denis\_Heraud](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denis_heraud/32/119623_2.png) [@Denis\_Heraud](https://meta.discourse.org/u/Denis_Heraud)
#### Post date: [4월 26, 2018, 1:43오후 UTC](https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059/2 "2018-04-26T13:43:46Z")

</div>

Anybody?.. 🤨

---

<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: [4월 26, 2018, 3:23오후 UTC](https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059/3 "2018-04-26T15:23:50Z")

</div>

No, you can only pass the fields that are in the accessors list at the top of `single_sign_on.rb`: [https://github.com/discourse/discourse/blob/master/lib/single\_sign\_on.rb#L2](https://github.com/discourse/discourse/blob/master/lib/single_sign_on.rb#L2).

---

<div class="post-metadata">

### Author: ![Denis\_Heraud](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denis_heraud/32/119623_2.png) [@Denis\_Heraud](https://meta.discourse.org/u/Denis_Heraud)
#### Post date: [4월 26, 2018, 4:20오후 UTC](https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059/4 "2018-04-26T16:20:36Z")

</div>

Thanks @simon! Just as I thought. I don’t suppose these could be added to the accessors? I guess I’ll use custom user fields in the meantime, just seems silly to use custom fields for these as they already exist in Discourse.

---

<div class="post-metadata">

### Author: ![mcki0127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcki0127/32/201965_2.png) [@mcki0127](https://meta.discourse.org/u/mcki0127)
#### Post date: [7월 14, 2019, 9:35오후 UTC](https://meta.discourse.org/t/passing-location-and-web-site-from-sso/86059/5 "2019-07-14T21:35:46Z")

</div>

How do you pass custom user fields? I’m trying to pass them along with items in the accessors list, but it’s not working.
