Big-IP and ADFS Part 5 – “Working with ADFS 3.0 and SNI”
Can you believe it? It’s true, it’s true! There’s a part 5. What can I say? Times change; people change; software changes. Active Directory Federation Services, (ADFS) is no exception. While the BIG-...
Published May 30, 2014
Version 1.0Greg_Coward
Employee
Joined July 19, 2011
Greg_Coward
Employee
Joined July 19, 2011
Jason_Adams
Jul 27, 2015Employee
Without running curl with the "-q" option, the STATUS section is moot.
Change:
curl-apd -k -v --resolve $SNI:$PORT:$NODE https://$SNI$URI 2>&1 > /dev/null | grep -i "${RECV}"
TO:
curl-apd -k -v --resolve $SNI:$PORT:$NODE https://$SNI$URI 2>&1 > /dev/null | grep -i -q "${RECV}"