我需要帮助为带有嵌入式tomcat的springboot应用程序设置J2EE代理。引用链接 https://forum.forgerock.com/topic/integrate-openam-with-spring-boot-application/#post-16601
我已经使用所需的配置在AM中设置了J2EE代理策略。
我已经下载了AM的J2EE代理zip,并在应用程序的类路径中添加了agent.jar。
我假设FilterRegistrationBean代码负责与AM服务器的通信。我尝试了一下,但似乎没有用。在访问该应用程序时,通过应用那个FilterRegistrationBean代码,我得到了500 Internal Server错误。我不确定我是否遵循正确的路径。谁能建议springboot应用程序与Forgerock AM配合使用的合适方法是什么?