I am new to ADFS implementation, now trying to do some POC to check how ADFS works.
I have created an AWS EC2 instance, Installed AD DS with
Root Domain: branch.tree
Post Domain Changes implemented on EC2, the target server is changed to something like below
adfs.branch.tree.com
After AD DS successfully configured, I have installed and configured ADFS3.0 in the same instance with details as below
Federation Service Name: adfs-sts.branch.tree.com
Now, Do I need to create a subdomain for 'Branch' under tree domain and config this to a load balancer?
How can we make adfs-sts.branch.tree.com/adfs/ls/idpinitiatedsignon.htm available over the internet?
I tried to access the same URL with Public IP, it is accessible but when tried with FQDN it is not accessible.