ebbypeter / BlazorSample

Blazor Sample Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor Sample

This is a Blazor Sample Solution to demonstrate how to authenticate a Blazor Wasm App with EntraId.

The source code can be found under ./src/BlazorWasmClient location.
The Azure App Id, App Secret and Tenant Id can be found under ./src/BlazorWasmClient/wwwroot/appsettings.json file.

"AzureAd": {
    "ClientId": "<Client Id here>",
    "Authority": "https://login.microsoftonline.com/chackunkal.com",
    "ValidateAuthority": true,
    "ClientSecret": "<Client Secret here>"
}

About

Blazor Sample Code

License:MIT License


Languages

Language:HTML 41.9%Language:CSS 40.0%Language:JavaScript 15.1%Language:C# 3.0%