You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there - this isn't so much an issue as a question.
How would I go about adding Microsoft Authentication to this? So many of the tutorial resources start with a new project which has authentication selected on creation ("create a new app with Authentication = Microsoft Authentication", or "use this CLI command which sets the auth") but I've been struggling with adapting this app to use authentication with Azure AD.
Any help would be greatly appreciated - if there's a better place to ask such questions please let me know.
Rich
The text was updated successfully, but these errors were encountered:
@jacksorjacksor - you can find lots of examples of adding authentication on the official docs here.
However, based on the docs, for my use case around a standalone blazor wasm with b2c, it seemed appsettings.json would be where the configuration for auth settings would be configured. Operationally, it does not appear static webapp supports setting the values for the appsettings.json? Or maybe I am missing something and appreciate any help in this direction.
Hi there - this isn't so much an issue as a question.
How would I go about adding Microsoft Authentication to this? So many of the tutorial resources start with a new project which has authentication selected on creation ("create a new app with Authentication = Microsoft Authentication", or "use this CLI command which sets the auth") but I've been struggling with adapting this app to use authentication with Azure AD.
Any help would be greatly appreciated - if there's a better place to ask such questions please let me know.
Rich
The text was updated successfully, but these errors were encountered: