morincer / teamcity-plugin-saml

The plug-in adds ability to authenticate users by SAML-based SSO providers (like Okta, Onelogin etc.)
MIT License
25 stars 17 forks source link

Make the plugin work with new CSRF token #45

Closed morincer closed 4 years ago

morincer commented 4 years ago

Created from #39 . Make the plugin work with new CSRF protection mechanism

morincer commented 4 years ago

Finalized the implementation - added CORS filter exception for SAML login endpoint. If the filter exception is enabled (by default) SAML assertion sent to the callback URL are considered CORS-safe.

slatted commented 3 years ago

FYI, this was a great update and truely appreciated! Thanks very much

morincer commented 3 years ago

Thanks, I'm really glad my pet-project helps people :)