All Projects → damienbod → AspNetCore6Experiments

damienbod / AspNetCore6Experiments

Licence: MIT license
ASP.NET Core Blazor BFF with Azure AD and Razor page

Programming Languages

CSS
56736 projects
C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to AspNetCore6Experiments

sotsera.blazor.oidc
OpenID Connect client for Blazor client-side projects
Stars: ✭ 21 (-51.16%)
Mutual labels:  openid-connect, oidc, blazor
blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
Stars: ✭ 182 (+323.26%)
Mutual labels:  aspnetcore, razor, blazor
AspNetCoreMvcAngular
ASP.NET Core MVC with angular in MVC View OpenID Connect Hybrid Flow
Stars: ✭ 54 (+25.58%)
Mutual labels:  csp, aspnetcore, oidc
BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+83.72%)
Mutual labels:  aspnetcore, razor, blazor
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+14000%)
Mutual labels:  aspnetcore, razor, blazor
BlazorServerWithDocker
Companion code sample for my blog post - Containerising a Blazor Server App
Stars: ✭ 16 (-62.79%)
Mutual labels:  aspnetcore, blazor
BlazorWasmWithDocker
Companion code sample for my blog post - Containerising a Blazor WebAssembly App
Stars: ✭ 16 (-62.79%)
Mutual labels:  aspnetcore, blazor
RoleBasedAuthWithBlazor
Companion code sample for my blog post - Configuring Role-based Authorization with client-side Blazor
Stars: ✭ 22 (-48.84%)
Mutual labels:  aspnetcore, blazor
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (-11.63%)
Mutual labels:  razor, blazor
Ext.NET
Ext.NET public Issues.
Stars: ✭ 28 (-34.88%)
Mutual labels:  aspnetcore, razor
blazor-tailwindcss-template
This template demostrates the integration of tailwindcss with blazor and covers important features like hot-reload and css isolation
Stars: ✭ 38 (-11.63%)
Mutual labels:  aspnetcore, blazor
token-cli
Command line utility for interacting with OAuth2 infrastructure to generate tokens
Stars: ✭ 19 (-55.81%)
Mutual labels:  oidc, authn
AspNetCoreAzureSearch
ASP.NET Core with Azure Cognitive Search
Stars: ✭ 12 (-72.09%)
Mutual labels:  aspnetcore, razor
worddaze
A Blazor Powered Blogging Application
Stars: ✭ 78 (+81.4%)
Mutual labels:  aspnetcore, blazor
Razorhtmlemails
Implementing HTML Emails with ASP.NET Core Razor
Stars: ✭ 143 (+232.56%)
Mutual labels:  aspnetcore, razor
Angularaspnetcoreoauth
Sample project demonstrating user authentication and identity with Angular, Asp.Net Core and IdentityServer4
Stars: ✭ 268 (+523.26%)
Mutual labels:  aspnetcore, openid-connect
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+1567.44%)
Mutual labels:  aspnetcore, openid-connect
Blazor-CRUD
Simple CRUD application using C#/Blazor
Stars: ✭ 25 (-41.86%)
Mutual labels:  razor, blazor
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (+172.09%)
Mutual labels:  aspnetcore, razor
smart-blazor
Blazor UI Components & Examples
Stars: ✭ 32 (-25.58%)
Mutual labels:  aspnetcore, blazor

ASP.NET Core

.NET CodeQL

Blazor .NET 7 BFF WASM & server(BlazorHosted.Server to start)

Using the Backend for frontend pattern to secure application using Azure AD

Improving application security in Blazor using HTTP headers

ASP.NET Core 7 Razor (AspNetCoreRazor)

Razor page application secured using Azure AD

Improving application security in an ASP.NET Core Razor Page using HTTP headers

ASP.NET Core 7 Razor mutliple tenants (AspNetCoreRazorMultiClients)

Sign-in using multiple clients or tenants in ASP.NET Core and Azure AD

Blazor .NET 7 BFF WASM & server(BlazorHosted.Server to start) & API secured with JWT

Implement a secure API and a Blazor app in the same ASP.NET Core project with Azure AD authentication

History

2023-03-11 Updated .NET 7, updates security headers, Update Microsoft.Identity.web

2022-06-12 Updated nullables, implicit usings, bootstrap 5, packages

2022-06-10 Updated nuget packages and BFF project

2022-02-11 Updated nuget packages and namespaces

2022-01-16 Updated nuget packages, code clean up

2022-01-05 Updated nuget packages

2021-11-21 Updated packages, improved Blazor CSP, removed inline style

2021-11-08 Updated .NET 6 release

2021-10-29 Updated packages

2021-10-02 Updated packages

2021-09-17 Updated .NET 6 packages added mixed auth Blazor & API example

2021-09-15 Updated .NET 6

2021-08-13 Added security headers

2021-08-09 Updated nuget packages

Links

https://github.com/AzureAD/microsoft-identity-web/wiki/multiple-authentication-schemes

https://github.com/AzureAD/microsoft-identity-web/wiki/customization#openidconnectoptions

https://github.com/AzureAD/microsoft-identity-web

https://docs.microsoft.com/en-us/aspnet/core/security/authentication

Security header links

https://securityheaders.com/

https://csp-evaluator.withgoogle.com/

https://www.snigel.com/blog/a-simple-guide-to-coop-coep-corp-and-cors/

https://www.youtube.com/watch?v=J6BZ9IQELNA

https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders

dotnet/aspnetcore#34428

https://w3c.github.io/webappsec-trusted-types/dist/spec/

https://web.dev/trusted-types/

https://developer.mozilla.org/en-US/docs/Web/HTTP/Cross-Origin_Resource_Policy_(CORP)

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

https://docs.google.com/document/d/1zDlfvfTJ_9e8Jdc8ehuV4zMEu9ySMCiTGMS9y0GU92k/edit

https://scotthelme.co.uk/coop-and-coep/

https://github.com/OWASP/ASVS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].