Error 560 After Azure AD SSO

0
Hello everyone, I have a Mendix PWA Application using SAP BTP and Azure AD for the authentication. When opening the app after I choose Azure AD authentication and filling my credentials I get repeatedly redirected until I get a 560 Error   I noticed in the logs the error bellow: {"msg":"An error has occurred while handling the request. ","stacktrace":["java.util.NoSuchElementException: None.get","\tat scala.None$.get(Option.scala:627)","\tat scala.None$.get(Option.scala:626)","\tat com.mendix.webui.actions.client.SessionData$.create(SessionData.scala:40)","\tat com.mendix.webui.actions.client.GetSessionDataAction.$anonfun$execute$4(GetSessionDataAction.scala:60)","\tat com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:45)","\tat com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:42)","\tat com.mendix.webui.actions.client.GetSessionDataAction.withState(GetSessionDataAction.scala:28)","\tat com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:39)","\tat com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:32)","\tat com.mendix.webui.actions.client.GetSessionDataAction.withState(GetSessionDataAction.scala:28)","\tat com.mendix.webui.actions.client.GetSessionDataAction.$anonfun$execute$3(GetSessionDataAction.scala:56)","\tat scala.util.Try$.apply(Try.scala:210)","\tat com.mendix.webui.actions.client.GetSessionDataAction.$anonfun$execute$2(GetSessionDataAction.scala:55)","\tat com.mendix.webui.actions.client.GetSessionDataAction.$anonfun$execute$2$adapted(GetSessionDataAction.scala:53)","\tat com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$7(ContextHandling.scala:58)","\tat scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)","\tat com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:49)","\tat com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)","\tat com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:49)","\tat com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:58)","\tat com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:32)","\tat com.mendix.webui.actions.client.GetSessionDataAction.inContext(GetSessionDataAction.scala:28)","\tat com.mendix.webui.actions.client.GetSessionDataAction.$anonfun$execute$1(GetSessionDataAction.scala:53)","\tat scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)","\tat com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14)","\tat com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10)","\tat com.mendix.webui.actions.client.GetSessionDataAction.profileRequest(GetSessionDataAction.scala:28)","\tat com.mendix.webui.actions.client.GetSessionDataAction.execute(GetSessionDataAction.scala:48)","\tat com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:106)","\tat com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:79)","\tat com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:37)","\tat com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:54)","\tat com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:54)","\tat com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)","\tat com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:54)","\tat com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:221)","\tat com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40)","\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:750)","\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)","\tat org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)","\tat org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170)","\tat org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)","\tat org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)","\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)","\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)","\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1571)","\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)","\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1378)","\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)","\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)","\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1544)","\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)","\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1300)","\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)","\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)","\tat org.eclipse.jetty.server.Server.handle(Server.java:562)","\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505)","\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762)","\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497)","\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282)","\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:319)","\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)","\tat org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)","\tat org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:412)","\tat org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:381)","\tat org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:268)","\tat org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.lambda$new$0(AdaptiveExecutionStrategy.java:138)","\tat org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:407)","\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:894)","\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1038)","\tat java.base/java.lang.Thread.run(Unknown Source)"],"level":"ERROR","written_ts":12847987641371,"logger":"Connector","written_at":"2023-11-08T13:42:57.600Z"}    Any idea on what this might be?   thank you in advance
asked
0 answers