|
You are here |
leastprivilege.com | ||
| | | | |
timdeschryver.dev
|
|
| | | | | To improve the security of our Single Page Applications, let's ditch the access tokens in the browser and make the Backend for Frontend (BFF) responsible for the authentication process using the Authorization Code flow with PKCE. To achieve this, we'll use the Duende.BFF NuGet package and let it communicate with Auth0. | |
| | | | |
damienbod.com
|
|
| | | | | The article shows how to add extra identity claims to an ASP.NET Core application which authenticates using the Microsoft.Identity.Web client library and Azure AD B2C or Azure AD as the identity provider (IDP). This could easily be switched to OpenID Connect and use any IDP which supports OpenID Connect. The extra claims are added after... | |
| | | | |
indieweb.org
|
|
| | | | | [AI summary] The text provides a comprehensive overview of IndieAuth, an open protocol for decentralized identity and authentication. It covers the protocol's purpose, key concepts like authorization and token endpoints, implementation examples, and related technologies. The content is structured into sections explaining the protocol's design, use cases, and practical applications. | |
| | | | |
www.claudiobernasconi.ch
|
|
| | | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs. | ||