AI OnAI Off
Hi Daman
You configuration looks correct to me. I suspect you have virtual role mapping defined in appsettings.Development.json too and the MappedRoles has different value compare to appsettings.josn's one. If above assumption is correct, you can either remove virtual role mapping from appsettings.Development.json OR add ServiceSupportTeam in MappedRoles to appsettings.Development.json file. In ASP.NET Core application, appsettings.{Environment}.json
values override keys in appsettings.json
by default
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-7.0
I created a new user group, ServiceSupportTeam
Added a user to the group:
Access Rights are also setup:
But the user is not able to login..Please advise