Skip to main content

We’re created a custom page that is exclusive to a custom user role. And we’re using SSO to automatically provision the custom role to specific users as they join our community 👍

Is there any way to generate a link or URL that will:

  1. Prompt someone to create a community account
  2. Then navigate them to the custom page, which they’ll then have access to (because their credentials match our criteria to have the custom role assigned).

The only way I’ve been able to get close is to customize our 403 error page, but it’s still not the best UX. Does anyone have any other ideas?

I’m getting out of my technical depth here, but you might be able to do something like this with third party scripts. I imagine your script could target the specific URL and then execute the logic you mention. 

But there’s no way to do that out-of-the-box as far as I’m aware. However, one part that should be easier to handle is returning them to the custom page. The default platform behavior should be to return someone to the page from where they started after logging-in / creating an account. (But you may want to test that to confirm)


Reply