ILoveCoding1100

Results 2 issues of ILoveCoding1100

Is it generally possible to cache an access token on a resource server, even if it may expire during that short period of continued usage, considering that there are no...

**Environment** I started the app in Visual Studio on my local PC. I'm using .Net 7 with IdentityModel.AspNetCore.OAuth2Introspection" Version="6.1.0" **Question 1** If I use the following code: ` builder.Services.AddAuthentication("token").AddOAuth2Introspection("token", options...