|
You are here |
blog.davidebbo.com | ||
| | | | |
damienbod.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs. | ||