Hope you can help.
We are hosting our own Squidex and have setup authentication against our separate IdentityServer 4 server by setting the OIDC settings is appsettings.json. I am a bit confused - we have many users who can login to IdentityServer - some should be able to access Squidex and some should not. The ones that can access Squidex we want to have map to different Squidex roles - admins etc. What roles or claims do we need achieve this?
Example
Joe Bloggs is a valid IDS user and should be able to access Squidex as an administrator
Jane Doe is a valid IDS user and should be able to access Squidex as a content author
Jim Beam is a valid IDS user but should not have any access to Squidex
Any advice is really appreciated