Hi all,
I am building an external authorization server using OpenIdDict and Active Directory. I am now able to login Squidex through that external authorization Server. However, the users are not able to view the app correctly.
The scenario is that I have a Custom Editor role with permission to view an article content only. I have an editor with email is my-editior@squidex.io. He is able to log in Squidex through my authorization server. In Squidex, there is now new created user under his email (my-editor@squidex.io). However, he is not able to view the article content until I (an admin) add him as a contributors under the Custom Editor Role. Otherwise, he just see the squidex in overview. I also checked the token generated by the external server and I can confirm that the claims and role are correct.
My question is that whether we have an approach to add automatically the logged in user (through external authorization server) as a contributors under his role and he will get the right permissions to use the squidex.
Many thanks