I have a website running on a AWS Linux EC2 instance with a Cpanel/WHM installation.
Until now the website was protected by a single password, but I was asked to implement the company's Single Sign On.
We have ADFS 2.0 and Azure AD. We have some LDAP servers but they are all internal. We do not have internal knowledge of what to do in this situation as our AD admins only deal with Windows.
I don't know what the best option here is. Should I:
- connect to LDAP servers through a VPN
- implement ADFS/Azure on an AWS level
- implement ADFS/Azure on an EC2 level
- implement ADFS/Azure on an Cpanel level
- port the website to a windows server
- implement ws-fed or ws-trust
Any help is welcome.