Keycloak:Angularjs 应用程序在我刷新页面时注销?

Keycloak : Angularjs app logout when ever i refresh the page?

我在我的 angularjs 应用程序中使用 Keycloack 进行登录,它工作正常。
但是在应用程序登录后,当用户尝试刷新页面 (F5) 时,应用程序将注销并向用户显示登录页面。

谁能告诉我这个问题的原因是什么?

我知道问题出在哪里了,请查看随附的屏幕截图

所以我检查了 Keyclock 文档,他们写了

The next execution is a subflow called Forms. Since this subflow is marked as alternative it will not be executed if the Cookie authentication type passed. This subflow contains additional authentication type that needs to be executed. The executions for this subflow are loaded and the same processing logic occurs

所以考虑到上面记录的声明,我也对 keyclock 服务器进行了更改并且它起作用了