I have a class that I authenticate with Active Directory and it returns true or false whether or not a user is authenticated. How do I add this user to now be known as authenticated and use the AuthorizeViews in Blazor server? I have been doing some research online but am having a hard time figuring it out.
Asked
Active
Viewed 200 times
2
-
It's too huge a topic to post an answer here. You would need to stitch together two concepts: 1) authenticate with AD, and 2) build custom authentication. Here are some links for these concepts: https://stackoverflow.com/a/67553897/10787774, https://codewithmukesh.com/blog/authentication-in-blazor-webassembly/ – Jason D Sep 24 '21 at 19:53