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

Apparently passes internal URL and not external URL, despite settings #66

Closed redstonedesigner closed 3 years ago

redstonedesigner commented 3 years ago

I currently have a TeamCity instance deployed under Docker behind an NGINX reverse proxy.

The issue I am having is that, upon authenticating with Google, we receieve the following error:

yqsiqc 1

I have checked the relevant configuration options, and I believe that this is something to do with the internal workings of the plugin, as TeamCity is configured correctly.

redstonedesigner commented 3 years ago

Non-issue, NGINX config was not correct.