添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

We are using spring-security-saml2-core for SSO Okta Integration for the web application.

GitHub: https://github.com/spring-projects/spring-security-saml

This project is in maintenance mode and will each End-of-Life on 6 October 2021. Please use Spring Security’s SAML support instead.

I need to upgrade SAML library to Spring Security SAML2 service provider https://docs.spring.io/spring-security/site/docs/current/reference/html5/#servlet-saml2login

There are a few questions:

what is the SAMLEntryPoint equivalent class or option in the New library (SAML2 service provider)? What is the process to initiate the SSO Flow from SP?

I implemented by referring following example, docs.spring.io/spring-security/site/docs/5.2.12.RELEASE/… . if your application is very old then you need to add AnnotationConfigWebApplicationContext to init param. Madhusudana Apr 26, 2022 at 2:23

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .