I see plenty of documentation/examples for enabling Azure AD with Server-side Blazor apps. Unfortunately there seems to be zero (0) documentation for Asp.net Hosted Blazor Apps.
At the very least, i would like to secure the API's with Azure AD. But it is also unfortunate that the VS project template for Asp.net Hosted Blazor projects do not allow any Authentication options.
- Is this an impossibility at this point in time? Can we expect this to
- supported in the future (hopefully in the near future)?
Thanks.