可以在应用程序中同时实现SAML和基本Spring Security吗? [英] can I implement both SAML and basic spring security within an application?

查看:83
本文介绍了可以在应用程序中同时实现SAML和基本Spring Security吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对我们的应用程序有要求,我们需要在我们的应用程序中实现Spring SAML,以为一个客户启用联合SSO.但是,我们需要使用spring-security为其他客户维护现有的登录流程.

I have requirement for our application where we need to implement Spring SAML within our app to enable federated SSO for one customer. However we need to maintain existing login flow using spring-security for other customer.

所以我的问题是,我们可以为Web应用程序提供两种安全性机制,以便将其视为多租户.

So my question is can we have two security mechanism for an web application so that it will be treated as multi-tenancy.

我可以在同一应用程序中实现OAuth和SAML吗?

Can i implement OAuth and SAML in same application.

先谢谢了.

推荐答案

是的,您可以将现有的密码身份验证与SAML结合使用.有关详细信息,请参见Spring SAML的示例应用程序-它包含两种方法的组合.也可以包含OAuth用例,但我不知道有任何指南.

Yes, you can combine your existing password authentication with SAML. See the sample application of Spring SAML for details - it contains both of the methods combined. It is also possible to include OAuth use-cases, but I'm not aware of any guide for it.

这篇关于可以在应用程序中同时实现SAML和基本Spring Security吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆