简体   繁体   中英

Need to make exsiting spring application as SAML WebSSO Identity Provider

We have a existing Spring application. We have a case now where we need to integrate an application which already acts as SAML WebSSO Service Provider. We need to act as IDP initiated SAML SSO which will post SAML assertion to a given URL of Service Provider for seamless login. I need guidance if we can use Spring Security SAML extension for this purpose. If yes, can anyone provide step by step sample for that. If no, any guidance regarding this would be appreciable.

No, Spring SAML doesn't act as an Identity Provider and doesn't create authentication assertions for 3rd parties. Though for simple use cases it would be an easy extension to make.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM