Explore >> Select a destination


You are here

leastprivilege.com
| | www.thepollyproject.org
19.0 parsecs away

Travel
| |
| | timdeschryver.dev
14.7 parsecs away

Travel
| | 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
11.5 parsecs away

Travel
| | 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...
| | blog.elmah.io
34.7 parsecs away

Travel
| Learn about how to secure your ASP.NET Core APIs with OAuth 2.0 and JSON Web Tokens without using third-party services like IdentityServer, Okta, and Auth0.