Explore >> Select a destination


You are here

damienbod.com
| | leastprivilege.com
9.6 parsecs away

Travel
| | As part of the recent discussions around how to build clients for OpenID Connect and OAuth 2.0 based systems (see e.g. Brock's post here), we substantially updated our workshopand supporting libraries. The updated material (both workshop and break-out sessions) will be part of the upcoming conferences (Oslo, London, Porto, Copenhagen...). One piece of the puzzle...
| | az-liftshift.com
0.7 parsecs away

Travel
| | This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or
| | csharp.christiannagel.com
8.8 parsecs away

Travel
| | ASP.NET Core and Azure Active Directory B2C offers easy ways for identity management. It's great functionality out of the box.
| | brockallen.com
76.7 parsecs away

Travel
| A quick note about Web API 2 security running in OWIN and a ASP.NET project (which you will see with the new templates in Visual Studio 2013). By default, Web API code running in a host will inherit the host's authentication model. This means if the web application uses cookie authentication or windows authentication for...