Created
July 19, 2020 16:09
-
-
Save shibayan/35706db36f6b9a68729728dceca21687 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-07-19T16:06:58 PID[20456] Critical System.InvalidOperationException: Unknown key type 'EC' | |
at Microsoft.Azure.AppService.Middleware.JsonWebKey.GetSecurityKeys() | |
at Microsoft.Azure.AppService.Middleware.Modules.OpenIdConnectConfig.get_TokenSigningKeys() | |
at Microsoft.Azure.AppService.Middleware.OpenIdConnectProvider.GetTokenValidationParameters() | |
at Microsoft.Azure.AppService.Middleware.OpenIdConnectProvider.TryValidateIdToken(String idToken, HttpContextBase context, AuthenticatedPrincipal& user, Exception& tokenValidationException) | |
at Microsoft.Azure.AppService.Middleware.OpenIdConnectProvider.<HandleServerDirectedLoginAsync>d__10.MoveNext() | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at Microsoft.Azure.AppService.Middleware.IdentityProviderBase.<OnCompleteServerDirectedLoginAsync>d__53.MoveNext() | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at Microsoft.Azure.AppService.Middleware.IdentityProviderBase.<TryHandleProtocolRequestAsync>d__34.MoveNext() | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at Microsoft.Azure.AppService.Middleware.EasyAuthModule.<OnBeginRequestAsync>d__29.MoveNext() | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at Microsoft.Azure.AppService.Middleware.HttpModuleDispatcher.<DispatchAsync>d__11.MoveNext() | |
2020-07-19T16:06:58 PID[20456] Information Sending response: 500.79 Internal Server Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment