Set custom port for ADFS Proxy (Web Application Proxy) on Windows 2012 R2

Kane 76 Reputation points
2020-07-27T18:30:18.583+00:00

Hi;

I am configuring a AD FS Proxy (WAP) on Windows 2012 R2 server, the default https port is 443 and I want to use port 8443 instead of port 443 for the https traffic coming in from my 3rd party hosted cloud system. My understand that I need to issue Set-ADFSProxyProperties -HttpsPort to change but when I issue this command, I got "The term 'Set-ADFSProxyProperties' is not recognized as the name of a cmdlet..."

This is a AD FS Proxy server, so I do not install the complete ADFS. What can I do to install the PowerShell cmdlets for me to complete the following execution.

Get-ADFSProxyProperties

Set-ADFSProxyProperties

I had run the following command to add the NuGet package onto my ADFS Proxy server but not working for those command above.

Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.208 -Force
Import-PackageProvider -Name NuGet -RequiredVersion 2.8.5.208

How can I list if "Get-ADFSProxyProperties" cmdlet and "Set-ADFSProxyProperties" cmdlet is available in my PowerShell?

Thanks!

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,201 questions
{count} votes

Accepted answer
  1. 9704244848 186 Reputation points
    2020-07-29T10:04:14.397+00:00

    I will try to reinstall the WAP with Powershell command. Yes, I have one static public ip only.

    If the circumstances allow, you could also use the WAP as a reverse proxy for the other applications that also use port 443

    If I am using a SaaS service from 3rd party, can the user to be authenticated through the WAP? Or it must be done on ADFS directly.

    The WAP operats as Reverse Proxy (AD FS Proxy) for the AD FS Serivce. The behavior is like design. You have to configure the SAML/WS-Fed IdP, etc... on the adfs servers.

    If I run a 2nd ADFS server on DMZ, what is the pro and con?

    I do not understand...What do you want to achieve with it?


0 additional answers

Sort by: Most helpful