In this article, I will detail how to publish an application in Web Application Proxy. Please check out the Part 1, Part 2, Part 3, and Part 4 of this series which provides an overview of the solution, explains how to configure ADFS server, Relying Party Trust, and Web Application Proxy.
[Integration] ADFS as the Identity Provider for Adxstudio – Part 1 – Overview
[Integration] ADFS as the Identity Provider for Adxstudio – Part 2 – Configure ADFS Server
[Integration] ADFS as the Identity Provider for Adxstudio – Part 3 – Configure Relying Party Trust
[Integration] ADFS as the Identity Provider for Adxstudio – Part 4 – Configure Web Application Proxy
In WAP Server’s Server Manager, click Tools > Remote Access Manager.
Click Publish in the right hand pane.
Click Next.
Select Active Directory Federation Services. Click Next.
Select https://portal.dyn365apps.internal. Click Next.
Name: AINET PORTAL
External URL: https://portal.dyn365apps.internal
Internal URL: https://portal.dyn365apps.internal
Select External certificate: portal.dyn365apps.internal
Click Next.
Click Publish.
1 |
Add-WebApplicationProxyApplication -BackendServerUrl 'https://portal.dyn365apps.internal/' -ExternalCertificateThumbprint '4645DB8C54AAAAC3275E19DBBBBB5048CDECCCC2' -ExternalUrl 'https://portal.dyn365apps.internal/' -Name 'AINET PORTAL' -ExternalPreAuthentication ADFS -ADFSRelyingPartyName 'https://portal.dyn365apps.internal' |
Click Close.
Please check out then last article in the series to learn how to configure Adxstudio to enable ADFS Authentication.
[Integration] ADFS as the Identity Provider for Adxstudio – Part 6 – Configure Adxstudio
References:
https://technet.microsoft.com/en-us/library/dn383640(v=ws.11).aspx
Thank you for visiting Dyn365Apps.com.
Follow me on Twitter to get the latest news, tips and tricks and more …
Until next time…