How can we help you?

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

Swathy R
March 06, 2023

Hellonext 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 Hellonext account.

Navigate to your Hellonext Dashboard β†’ Organization Settings β†’ Advanced β†’ Stand-alone SSO to copy the snippet.

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.hellonext.co?sso_token=[SSO_TOKEN]

Stand-alone SSO to land on a specific board


https://yourorgname.hellonext.co/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 Hellonext! βš™οΈ

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.hellonext.co/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.hellonext.co/changelog?sso_token=[SSO_TOKEN]

For organizations with custom domain mapping


If your Hellonext 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]

We are going to introduce more ways of implementation, down the line, with respect to SSO.

Do feel free to reach out to us if any queries arise! πŸ˜ƒ