I started receiving this error in my application all of a sudden:
Exception thrown at 0x59F45257 (mfc100.dll) in MyApplication.exe: 0xC0000005: Access violation reading location 0x0000009C.
It happens while initiating the Identity Token Authentication
appBuilder.UseIdentityServerBearerTokenAuthentication(new IdentityServerBearerTokenAuthenticationOptions
Anyone know what this is about please?
User contributions licensed under CC BY-SA 3.0