Skip to content

SyncfusionExamples/Blazor-FileManager-WindowsAuthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blazor-FileManager-WindowsAuthentication

In this repository demonstrate how to customize the Http Handler to access authenticated responses from the server in a Blazor FileManager application using Windows authentication. This process involves passing generated user tokens from the client application through the FileManager component's HTTP client instance.

How to run this application?

To run this application, you need to first clone the blazor-filemanager-pass-jwt-token repository and then navigate to its appropriate path where it has been located in your system.

To do so, open the command prompt and run the below commands one after the other.

git clone https://github.com/SyncfusionExamples/blazor-filemanager-pass-jwt-token 

cd blazor-filemanager-pass-jwt-token

Restore the NuGet package and build the application

To restore the NuGet package, run the following command in root folder of the application.

dotnet restore

To build the application, run the following command.

dotnet build

Running application

After successful compilation, run the following command to run the application.

dotnet run