I have an admin web application (regular web application) and I only want users with the “admin” role to log in. How can I do that?
It seems to me I can do that by using a rule based on “Active Directory group membership”, but it seems to me like it should be simpler and I am missing something obvious.
Thanks for the hints!