morincer / teamcity-plugin-saml

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

Expose more logging for SAML troubleshooting #54

Closed morincer closed 4 years ago

morincer commented 4 years ago

Now SAML error logging is buried inside different and non-obvious TC log settings which makes SAML troubleshooting a non trivial task. The idea is to implement "Enable detailed logging" setting in the SAML plugin itself which, when switched on, will output the detailed information into the main TC log in the default configuration.

morincer commented 4 years ago

It turns out manipulating TC internal logging setup is a cumbersome and hacky task. So I'll end up with providing a logging preset and some instructions in Readme