Skip to content

Instantly share code, notes, and snippets.

@shibayan
Created July 19, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shibayan/35706db36f6b9a68729728dceca21687 to your computer and use it in GitHub Desktop.
Save shibayan/35706db36f6b9a68729728dceca21687 to your computer and use it in GitHub Desktop.
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