Explore >> Select a destination


You are here

damienbod.com
| | az-liftshift.com
2.4 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
| | svrooij.io
2.9 parsecs away

Travel
| | Ever since Microsoft created managed identities, people are asking how/if they work for multi-tenant applications. They even spend a faq on it. In my previous post I wrote that it was possible to use a managed identity to get access tokens for some multi tenant application, if you haven't seen that post be sure to check it out since this post uses the knowlage from that post to demo the process.
| | csharp.christiannagel.com
1.8 parsecs away

Travel
| | In older solutions I've created a service that returns all the different configurations used by different projects in a solution, e.g. URLs to APIs, connection strings, and more. Now with Azure App Configuration a service is offered by Microsoft Azure that makes this easy a lot easier: a service that can be used by your...
| | nodogmablog.bryanhogan.net
14.1 parsecs away

Travel
| It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.