How to configure SSO authentication for your project
{Your App}
button on your feedbase hub.
redirect_to
parameter in the query string so that you can redirect your user back to Feedbase after they’ve logged in. E.g. https://yourapp.com/sso/feedbase?redirect_to=https://{slug}.feedbase.app/feedback
.
redirect_to
parameter. E.g. https://{slug}.feedbase.app/api/v1/{slug}/sso?jwt={JWT}&redirect_to=https://feedbase.io/hub/your-hub-id
.
redirect_to
parameter.
https://yourapp.com/sso/feedbase
so that it’s clear that this page is used for Feedbase SSO authentication.
redirect_to
parameter.
Here’s an example of how you can do this in Node.js:
redirect_to
parameter.
Here’s an example of the redirect URL that you’ll need to use:
{slug}.feedbase.app
with your custom domain.{slug}
: The slug of your project.{JWT}
: The JWT token that you created in the previous step.{Redirect URL}
: The URL that you want to redirect your users to after they’ve been authenticated.