简体   繁体   English

如何使用 java 中的系统凭据通过 SAML 登录 web 应用程序

[英]How can I login into web application with SAML using system credentials in java

once I click on URL of web application it needs to authenticate using my system credential and login into the web app.一旦我点击 web 应用程序的 URL ,它需要使用我的系统凭据进行身份验证并登录到 web 应用程序。 Trying to achieve it in spring boot using SAML.尝试使用 SAML 在 spring 引导中实现它。

Very broad question this.非常广泛的问题。 Not a concrete answer, though this has some useful links.不是一个具体的答案,尽管这有一些有用的链接。 This is a classic IdP / SP scenario where you have to login based on logged in users.这是一个经典的 IdP / SP 场景,您必须根据已登录的用户进行登录。 The scope to explain this itself is quite broad, but there are some really good examples to get this done.解释这一点的 scope 本身相当广泛,但有一些非常好的例子可以完成这项工作。 A couple of bookmarked links that we had used for these are the following.我们用于这些的几个带有书签的链接如下。 Spring security has specific modules for SAML2 and configuration with the right interceptors and configuration this should not be too hard Spring 安全具有针对 SAML2 的特定模块,并使用正确的拦截器和配置进行配置,这应该不会太难

https://github.com/vdenotaris/spring-boot-security-saml-sample https://github.com/isaacgarza/saml-example https://developer.okta.com/blog/2020/10/14/spring-security-saml-database-authentication https://github.com/vdenotaris/spring-boot-security-saml-sample https://github.com/isaacgarza/saml-example https://developer.okta.com/blog/2020/10/14/ spring-security-saml-database-authentication

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我想通过从Java应用程序传递凭据来登录到网页 - I want to login to a web page by passing credentials from java application 如何在JAVA中设置Web应用程序以使用ADFS / SAML / WS- *? - How can I setup a web Application to use ADFS /SAML/WS-* in JAVA? 如何使用系统凭据自动登录该站点? - How to automatically login to the site using system credentials? 如何从Java Web应用程序跟踪用户的IP地址和Windows登录名 - How can i trace the users IP address and Windows Login name from a java web application 您将如何在Java中实现安全的静态登录凭据系统? - How would you implement a secure static login credentials system in Java? Java Web应用程序:如何在报告中显示在客户端生成的系统时间 - Java Web application: How can I show system time generated at client side in the report 如何在Web应用程序中设置登录模块? 在Java中? - How do i setup Login module in my web application? in Java? 如何使用C ++应用程序和系统功能执行Java控制台应用程序? - How can I execute a java console application by using a C++ application and the system function? 如何使用 OpenSAML 将用户发送到 SAML 登录页面? - How do I send the user to a SAML login page using OpenSAML? 登录后使用https / http协议如何浏览网站(Java) - How can I browse web site after login using https/http protocol(in Java)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM