# Readable full access site, SSO login to POST

**URL:** https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583
**Category:** SSO
**Created:** [April 25, 2017, 5:44pm UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583 "2017-04-25T17:44:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![growthcommunity](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/growthcommunity/32/121051_2.png) [@growthcommunity](https://meta.discourse.org/u/growthcommunity)
#### Post date: [April 25, 2017, 5:44pm UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583/1 "2017-04-25T17:44:40Z")

</div>

We’d like to permit visitors to be able to read content without having to go through SSO to read. Currently at [https://community.outdoorsy.co/](https://community.outdoorsy.co/) we reroute visitors to our login page. It’s too much friction to sign in with SSO just to read a post.

Sorry if this has been posted before, but been searching for days without able to find any related questions.

---

<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: [April 25, 2017, 6:12pm UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583/2 "2017-04-25T18:12:31Z")

</div>

You just need to disable `login_required` on site settings.

---

<div class="post-metadata">

### Author: ![growthcommunity](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/growthcommunity/32/121051_2.png) [@growthcommunity](https://meta.discourse.org/u/growthcommunity)
#### Post date: [April 28, 2017, 2:01am UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583/3 "2017-04-28T02:01:39Z")

</div>

Thanks! I appreciate it, even if it was obvious.

---

<div class="post-metadata">

### Author: ![testingsoftware](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@testingsoftware](https://meta.discourse.org/u/testingsoftware)
#### Post date: [April 5, 2018, 10:59am UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583/4 "2018-04-05T10:59:09Z")

</div>

Hi,

At the moment, our site requires users to log in to view and post.  
We have login\_required and must\_approve\_users active.

If we want to allow anyone to view the content but that only registered users that are logged in can post, how do we achieve this?

Thanks  
@growthcommunity @Falco

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [April 5, 2018, 11:15am UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583/5 "2018-04-05T11:15:41Z")

</div>

Sounds like you need the standard behaviour - disabling login\_required should do the trick?

---

<div class="post-metadata">

### Author: ![testingsoftware](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@testingsoftware](https://meta.discourse.org/u/testingsoftware)
#### Post date: [April 5, 2018, 11:21am UTC](https://meta.discourse.org/t/readable-full-access-site-sso-login-to-post/61583/6 "2018-04-05T11:21:08Z")

</div>

Thanks, just wanted to make sure before messing up things!
