I have an Asp.net 2.0 core web application which connects to an Identity server 4 application for authentication. There is also an API involved. The API c
for automatic refresh token, add options.Scope.Add("offline_access"); to AddOpenIdConnect() options.
options.Scope.Add("offline_access");
AddOpenIdConnect()