Skip to content

SAML authentication fails because of mismatching URLs #486

Answered by rmiccoli
ulysseus-eu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
I think this is a known problem for us.

In your configuration file, you should define two environment variables (if you haven't already set them up):
IAM_USE_FORWARDED_HEADERS=true
IAM_CLIENT_USE_FORWARDED_HEADERS=true (for the Test Client application)

They are needed to forward headers behind a reverse proxy.

FYI: In INDIGO IAM v1.8.0 the name of these two variables has changed due to the Spring update.

IAM_FORWARD_HEADERS_STRATEGY=native
IAM_CLIENT_FORWARD_HEADERS_STRATEGY=native

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ulysseus-eu
Comment options

Answer selected by ulysseus-eu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants