IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection
Apache License 2.0
147 stars 66 forks source link

Fix unawaited task in UpdateClientAssertion event #164

Open ovska opened 2 years ago

ovska commented 2 years ago

Replace lock with semaphore so event inside can be awaited.