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:
- Prompt someone to create a community account
- 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?