Open veselov opened 3 years ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Single logout support (implements #51)
This is more in an RFC stage, feedback will be greatly appreciated. Got this working with OneLogin SAML client library, had to use HTTP Redirect bindings for logout.
The test is no so clean, but I wanted to make sure that the user is truly logged in before calling logout. I'm not fluent in Spring, so I'm not sure the actual log out process is correct, but at least seems to be working.