# Basic forum access/integration with Wordpress site

**URL:** https://meta.discourse.org/t/basic-forum-access-integration-with-wordpress-site/124811
**Category:** WordPress
**Created:** [August 3, 2019, 10:29pm UTC](https://meta.discourse.org/t/basic-forum-access-integration-with-wordpress-site/124811 "2019-08-03T22:29:02Z")
**Posts on this page:** 1
**Showing post:** 9

<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: [August 4, 2019, 7:09pm UTC](https://meta.discourse.org/t/basic-forum-access-integration-with-wordpress-site/124811/9 "2019-08-04T19:09:57Z")

</div>

> [@evelynf](#):
>
> Is there a doc that explains this?
> 
> [http://localhost:3000/session/sso](http://localhost:3000/session/sso)

The example I gave was not as clear as it could have been. I’ll edit it this week. The `localhost:3000` domain is the domain of my local development site. You should replace that domain with the actual domain of your forum. For example, `https://forum.example.com/session/sso`

> [@evelynf](#):
>
> We will not likely use posts on Wordpress to go to Discourse, but just have a link that takes members to the forum - but we want them to be logged in when they get there.

If this is the case, then you do not need to configure any of the Commenting or Publishing settings.

> [@evelynf](#):
>
> We will just want to protect access to the forum using our Membership plugin.

When SSO is enabled, all users on your WordPress site will be able to login to your Discourse forum. If you have users on WordPress who should _not_ be allowed to create accounts on Discourse, you will need to add some code to a plugin or your site’s theme. The topic gives details about how to accomplish that: [How to prevent some WP users from being able to login to Discourse](https://meta.discourse.org/t/how-to-prevent-some-wp-users-from-being-able-to-login-to-discourse/93234).

---

_[View the full topic](https://meta.discourse.org/t/basic-forum-access-integration-with-wordpress-site/124811)._
