# Embed your FeatureOS portal as a stand-alone page with SSO

_By Swathy · Dec 18, 2024_

FeatureOS now gives you the flexibility to redirect your users via SSO, to a standalone page of your organization containing all modules namely **Board, Roadmap** and **Changelog**. This facilitates your customers to switch between the modules within the standalone page! **✨😃**

You can authenticate users who are signed into your application already via SSO, to submit feedback & view your progress, rather than them having to sign into their FeatureOS account.

Navigate to your **FeatureOS Dashboard → Organization Settings → Advanced → Stand-alone SSO** to copy the snippet.

![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cllau1nx2008fp3dw5a4smkwx/d2ls4qbufmv9k4jb5roxocpj.png)

You can generate the SSO token, and pass it with your organization URL to redirect your users to your product as a stand-alone page! [Here's our help article to help you generate an JWT based SSO token](https://help.featureos.app/en/articles/setting-up-single-sign-on-for-your-featureos-portal#how-to-generate-jwt-on-your-server)[.](https://feedback.hellonext.co/admin/articles/stand-alone-sso-for-hellonext)

### **Stand-alone SSO to land on All Boards**

This lands the on the All Boards view upon authentication. The user can switch to Roadmap or Changelog if required.

```
https://yourorgname.featureos.app?sso_token=[SSO_TOKEN]
```

### **Stand-alone SSO to land on a specific board**

```
https://yourorgname.featureos.app/b/board-slug-name?sso_token=[SSO_TOKEN]
```

You can fetch the board slug name from the public view URL of the specific board (or) by navigating to the **Dashboard** -> **Boards** -> Choose a specific board -> Toggle to **Options.**

[Learn more about customising board slug on FeatureOS! ⚙️](https://help.featureos.app/articles/how-to-customize-board-slugs-cll6a0bk9001tp3dwqp9drbwb)

### **Stand-alone SSO to land on Roadmap**

This makes the user land on the Roadmap module upon authentication. They can always switch to a different module, Changelog or All Boards, if required.

```
https://yourorgname.featureos.app/roadmap?sso_token=[SSO_TOKEN]
```

### **Stand-alone SSO to land on Changelog**

This makes the user land on the Changelog module upon authentication. They can switch to a different module, All Boards or Roadmap, if required.

```
https://yourorgname.featureos.app/changelog?sso_token=[SSO_TOKEN]
```

### **For organizations with custom domain mapping**

If your FeatureOS organization is mapped to a custom domain you can replace the custom domain name in the URL format.

```
All Boards - https://custom-domain-url?sso_token=[SSO_TOKEN]

Specific board - https://custom-domain-url/b/board-slug-name?sso_token=[SSO_TOKEN]

Roadmap - https://custom-domain-url/roadmap?sso_token=[SSO_TOKEN]

Changelog - https://custom-domain-url/changelog?sso_token=[SSO_TOKEN]
```

### Need more help?

Reach out to our support at [support@featureos.app](mailto:support@featureos.app) or submit a request [on our support board](https://feedback.featureos.app/b/Support)! 😃

[View this article on the web](https://help.featureos.app/en/articles/embed-your-featureos-portal-as-a-stand-alone-page-with-sso)
