Architecture of Internal Apps¶
Bluesky application¶
This application resides on-prems in IIS server. Its FQDN is https://bluesky.f5access.onmicrosoft.com
This application is not authenticated, meaning there is no Single Sign on required in front of this app.
Vanilla application¶
This application resides on-prems in IIS server. Its FQDN is https://vanilla.f5access.onmicrosoft.com
This application is authenticated by Kerberos. So a Signle Sign On will be required to connect to this app.
Check IIS configuration
RDP to IIS with
f5access\useras user, anduseras passwordClick
IIS managericon in the taskbar
In the Connections tree, click on
vanillaandAuthentication
You can notice
Anonymous Authis Disabled andWindows Authenticationis Enabled
Note
In the next class we will configure APM to publish, protect and SSO to internal apps.