Maarten Balliauw 1/13/2020

Making API calls using the access token and refresh token from an ASP.NET Core authentication handler

Read Original

This technical article details the process of building a .NET Core client library for JetBrains Space, focusing on ASP.NET Core authentication. It demonstrates how to configure an authentication handler, obtain access and refresh tokens via `HttpContext.GetTokenAsync`, and use these tokens for making authenticated API calls from within controllers or Razor Pages.

Making API calls using the access token and refresh token from an ASP.NET Core authentication handler

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week