标签: freemarker keycloak keycloak-services
我为寄存器流创建了三个自定义验证器,每个验证器分别验证单独的页面(ftl文件)数据。如何将数据从一个身份验证器传递到另一个?
如果我使用session.setAttribute(),则当用户刷新页面时,该值将被删除。如何保留上一页的值以继续执行流程?
session.setAttribute()
答案 0 :(得分:0)
我们可以使用context.getAuthenticationSession().setAuthNote(key,value)来保留值
context.getAuthenticationSession().setAuthNote(key,value)