We have a team who would like to use the community platform for specific feedback. They don't want those feedback boards to be public, but they do have potential users in the 10 thousands so manually applying a custom role will be almost lethal.
The SSO API handily lets you assign a custom role baked into the token. Wonderful! Unfortunately it works like this:
- Customer logs in to community
- We create token, assigning custom role to the user in the token
- Customer will have to logout and login again to receive that role
Wouldn't it be more sensible to have the role recognised without having to logout?