August 2019
Intermediate to advanced
786 pages
20h 22m
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 in to the Web Application Proxy server as an 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 ...
Read now
Unlock full access