Explore >> Select a destination


You are here

blog.davidebbo.com
| | damienbod.com
2.8 parsecs away

Travel
| | The article looks at managing user delegated access tokens for a downstream API in an ASP.NET Core web application. There are many ways of implementing this, all with advantages and disadvantages. The tokens are requested from an OpenID Connect server using the recommended standards. In this blog, the UI access token from the application authentication...
| | www.stevejgordon.co.uk
2.9 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | keithbabinec.com
3.0 parsecs away

Travel
| | Normally we use SDKs to interact with Azure. Things like the Azure .NET SDK, the Azure PowerShell module, orthe dozens of otherSDKs listed here can be used. These SDKs provide a lot of helpful utilities and validation, but ultimately they will hit the Azure REST API once they need to phone home. Azure's REST APIprovides...
| | sandrino.dev
20.2 parsecs away

Travel
| An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs.