Forum Discussion
ADFS Proxy without password
- Feb 05, 2020
I figured it out. You need to configure a new claims provider (in this case BankID) and make it available to the RPs. Then you need to make BIGIP to choose wether to use the new CP or Active directory with an iRule.
how do i send private msgs so you can review my code Chris\ Hoolio
You can email me if you'd like. "millerch at gmail dot com"
- natewood70Jun 03, 2015
Nimbostratus
Hi Nathan,
Thanks for pointing me in this direction, a lot of great information in that article and the others that I followed such as sol13821.
I've made multiple adjustments on the monitor and I still can't get it to pass, I've run a tcpdump but I cant' decipher anything that would show the failure.
Any other suggestions by chance? Thanks for the help, and your time.
Nate, have you seen sol2167 on askf5? This helps construct health monitors.
Looking at your send string it seems u have too many CR/LF entries at the end. From the sol, when using ntlm the format should be:
GET /index.html HTTP/1.1\r\nHost: host.domain.com
I'm assuming you enter the username and password in the monitor too.
Hope this helps,
N