Publish Azure MFA user portal via ADFS WAP(Web Access Proxy)
I often wonder why most of ADFS WAP technet articles are verbose, Here goes important checkpoints to publish a web page via ADFS WAP, an example of page used here is Azure MFA(Multi-Factor Authentication) User Portal. The page won't cover ADFS installation but ADFS WAP. 1. System Diagram Hostname FQDN Intranet IP ADFS WAP th-adfs2012WAP.mfalab3.com 10.0.0.6 ==> !! Not domain joined !! ADFS server th-adfs2012.mfalab3.com 10.0.0.5 AD/MFA : th-ad01.mfalab3.com 10.0.0.4 2. Check Certificate issued and distributed, type the command " dir Cert:\LocalMachine\My" on both ADFS and ADFS WAP PS C:\Users\taehe...