|
You are here |
www.primaryobjects.com | ||
| | | | |
weblog.west-wind.com
|
|
| | | | | ASP.NET Core Authentication and Authorization continues to be the most filddly part of the ASP.NET Core eco system and today I ran into a problem to properly configure JWT Tokens with Roles. As I had a hard time finding the information I needed in one place and instead ended up with some outdated information, I'm writing up a post to hopefully put all the basic bits into this single post. | |
| | | | |
brockallen.com
|
|
| | | | | There have been many changes to how authentication is performed for web applications in Visual Studio 2013. For one, there's a new "Change Authentication" wizard to configure the various ways an application can authenticate users. The approach to authentication that's undergone the most changes in this version is local cookie-based authentication and external login providers... | |
| | | | |
michaelscodingspot.com
|
|
| | | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | In the previous post I showed how to pass a Polly Policy Wrap into an Minimal API endpoint with dependency injection. In this post I'll show to use the Policy Wrap with the Http Client Factory, passing that into the endpoint. | ||