You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I was able to get the re:Solution SSOSAML plugin to work with our ADFS, an AWS ELB [Elastic Load Balancer], and Jira [Jira, Confluence, and Jira Service Desk].
However, when we introduced the WAP reverse proxy for extra security, SSOSAML no longer worked. No log files or debug sessions showed the reason.
One way around it was to disable HTTP/2.0 on the WAP.
Another was to disable HTTP/2.0 on the ELB.
I tried changing the application server's server.xml file from HTTP/1.1 to 2.0 but it wouldn't work.
I would have thought that if HTTP/2.0 didn't work, the handshake would down-select to 1.1 but that was obviously not happening.
I hope this helps someone who runs into this in the future; I spent about a month tearing my hair out before the WAP guy suggested looking at HTTP [I noticed that some logs mentioned 1.1 and others mentioned 2.0 but I didn't follow-up on that observation].
I am sure @Christian Reichert _resolution_ will want to respond to this if not already (since you mention trying to combat the issue for a month)
when we introduced the WAP reverse proxy for extra security, SSOSAML no longer worked. No log files or debug sessions showed the reason.
How exactly did this manifest itself?
Full disclosure, I am asking as a competitor, it'd be foolish not to learn from this.
The session would stop at
https://{JSD-server}/plugins/servlet/samlsso?redirectTo=%2F
The error message displayed:
An error occurred during a connection to {JSD-server}.
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Turning on debug mode in the web browser did not yield any additional useful info.
A transaction that did not involve the WAP kept going past the above statement but nothing jumped out that suggested it was an HTTP version issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.