...
- A 3rd party Identity Provider that send user identity information in http headers to HTTP Header Authentication Provider.
- Time synchronization is required between the UAS and HTTP Header Authentication Provider. If this is not possible for some isolated test case, this can be worked around by setting the UAS server's time slightly ahead of the Authentication Provider, but this is under no circumstances a recommended practice, especially in a production environment.
- For information about the Network Time Protocol, refer to following URLs.
- NTP: The Network Time Protocol
http://www.ntp.org - Windows Time Service Technical Reference
httphttps://technet2docs.microsoft.com/WindowsServer/en/library/a0fcd250-e5f7-41b3-b0e8-240f8236e2101033.mspx/en-us/windows-server/identity/ad-ds/get-started/windows-time-service/windows-time-service
- NTP: The Network Time Protocol
Required Files
httpheaderap-x.x.xxxx.zip
– for installation on all platforms- The import script used to create LDAP entries when installing UAS
...
Now you can access the HTTP Header Authentication Provider directly using the URL https://example.com/httpheaderap/saml2/SingleSignOnService
. If the HTTP headers were set and read correctly you will see the http header contents on your web browser.
...