Spring MVC + Security App的Keycloak配置问题

时间:2018-11-19 07:21:36

标签: keycloak

我有一个用于基于数据库的登录的Spring Security Authentication的现有设置。我想通过Keycloak集成Google登录,但这只能通过单击主屏幕上的链接来完成。

我的Db登录正在工作。然后,当我基于https://www.keycloak.org/docs/2.5/securing_apps/topics/oidc/java/spring-security-adapter.html更改设置时,我的Keycloak登录正在运行。我想让他们两个一起工作,并且不确定如何配置我的过滤器和提供程序。

我当前的配置如下:

I am entering the a value in expected rate sheet with conditions like
Amount has 888,
Fundsrequiredate =10,
LTV = 0.66,
Postal Code = H,
Expected Rate should be = 0.28 (picked from product sheet)

[https://i.stack.imgur.com/uJY6U.png][3]
[1]: https://i.stack.imgur.com/wjQr1.png
[2]: https://i.stack.imgur.com/fBMae.png
[3]: https://i.stack.imgur.com/uJY6U.png
Can anyone help me with macro logic to pick the rates based the input given in expected result sheet. Here I have given only one conditions. There can be many rows.

预期的输出:一个登录页面,询问用户名和密码,并单击进入关键披风sso页面的按钮。

0 个答案:

没有答案