Home
Embed your featureOS portal as a stand-alone page with SSO

Embed your featureOS portal as a stand-alone page with SSO

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 and 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.

Article's image

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.

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! āš™ļø

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 [email protected] or submit a request on our support board! šŸ˜ƒ

alphaOS Logo
Powered by alphaOS