# Will I be able to use sso if my user model comes from Hartl's Rails Tutorial?

**URL:** https://meta.discourse.org/t/will-i-be-able-to-use-sso-if-my-user-model-comes-from-hartls-rails-tutorial/46641
**Category:** SSO
**Created:** [2016年六月29日 20:20 UTC](https://meta.discourse.org/t/will-i-be-able-to-use-sso-if-my-user-model-comes-from-hartls-rails-tutorial/46641 "2016-06-29T20:20:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![railsnoob](https://avatars.discourse-cdn.com/v4/letter/r/ce73a5/32.png) [@railsnoob](https://meta.discourse.org/u/railsnoob)
#### Post date: [2016年六月29日 20:20 UTC](https://meta.discourse.org/t/will-i-be-able-to-use-sso-if-my-user-model-comes-from-hartls-rails-tutorial/46641/1 "2016-06-29T20:20:03Z")

</div>

Instead of using devise to build my webapp, I instead used the User model from [Hartl’s Rails Tutorial](https://www.railstutorial.org/book/advanced_login). Will I be able to use sso with Discourse?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2016年六月29日 20:49 UTC](https://meta.discourse.org/t/will-i-be-able-to-use-sso-if-my-user-model-comes-from-hartls-rails-tutorial/46641/2 "2016-06-29T20:49:30Z")

</div>

You can use SSO with anything, just need to implement the correct code to respond to the SSO request.
