Kristian Falk
Kristian Falk
Yes, that's quite simple. Just set the desired tab with Ribbon.ActiveTab: `ribbon1.ActiveTab = tab3;`
Just download the Skoruba.IdentityServer4.Admin.UI project from the repository and add it to your solution, changing the reference from Nuget to a project reference. https://github.com/skoruba/IdentityServer4.Admin/tree/master/src
@harikarthik Unfortunately not. I ended up with creating a helper class and calling it from the controller at login. Something like this. ` public static class MergeClaims where TUser :...