June 2017
Beginner to intermediate
742 pages
18h 29m
English
Now, we have the application configured with AD FS. But our requirement is to use the Web Application Proxy to publish the application to the public. In order to do that, log into the Web Application Proxy server as administrator and execute the following command:
Add-WebApplicationProxyApplication -BackendServerUrl 'https://myapp.rebeladmin.com/myapp/' -ExternalCertificateThumbprint '3E0ED21E43BEB1E44AD9C252A92AD5AFB8E5722E' -ExternalUrl 'https://myapp.rebeladmin.com/myapp/' -Name 'MyApp' -ExternalPreAuthentication AD FS -ADFSRelyingPartyName 'myapp.rebeladmin.com'
In the preceding command, ExternalUrl specifies the external URL for the application. BackendServerUrl specifies the internal URL for the ...