spring-attic / spring-security-saml-dsl

Spring security okta dsl.
MIT License
43 stars 61 forks source link

Implementing single logout and load keystore from file:// path #38

Closed NateR42 closed 6 years ago

NateR42 commented 7 years ago

Issue #30 Issue #12

goeh commented 6 years ago

I tried to implement Single Logout myself first, with limited success. Then I found and applied this pull request and single logout started to work as expected. Thank you very much @NateR42 ! I hope this PR can be accepted soon.

mraible commented 6 years ago

@jgrandja @rwinch Any chance of getting this merged? How about a proper release too! 😉

rwinch commented 6 years ago

Thanks for the PR @NateR42! This is now merged into master

mraible commented 5 years ago

@rwinch Is there a release that contains this fix? Is there documentation for implementing logout with Spring Security SAML? We've had a few asks for it on my Spring Boot + SAML blog post.