Hi everyone
I faced an issue today, no user was ablae to login to my app,
I Attached the complete log, any idea why this happened?
Thanks
the error in the log was
com.auth0.IdentityVerificationException: An error occurred while exchanging the authorization code.
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at com.auth0.RequestProcessor.getVerifiedTokens(RequestProcessor.java:227)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at com.auth0.RequestProcessor.process(RequestProcessor.java:185)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at com.auth0.AuthenticationController.handle(AuthenticationController.java:291)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at com.algos.auth0.Auth0AuthenticationMechanism.validateRequest(Auth0AuthenticationMechanism.java:75)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at com.algos.auth0.Auth0AuthenticationMechanism$Proxy$_$$_WeldSubclass.validateRequest$$super(Unknown Source)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at java.lang.reflect.Method.invoke(Method.java:498)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at org.glassfish.soteria.cdi.AutoApplySessionInterceptor.intercept(AutoApplySessionInterceptor.java:65)
2023-07-10 08:21:23,230 ERROR [stderr] (default task-95) at sun.reflect.GeneratedMethodAccessor137.invoke(Unknown Source)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at java.lang.reflect.Method.invoke(Method.java:498)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at com.algos.auth0.Auth0AuthenticationMechanism$Proxy$_$$_WeldSubclass.validateRequest(Unknown Source)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-07-10 08:21:23,232 ERROR [stderr] (default task-95) at j......