Is it possible the get Azure AD user information in Blazor Server application
My application uses Azure AD to login and that part works fine. Now I want to give users access to different parts of the application by there AD Groups. How can I do that? And is it possible to not…