Hi guys.
I`m trying to learn new stuff related to ADFS, claim based access.
I have some problems with networking, it is my weakness.
Infrastructure:
AD Domain: corp.mydomain.com
ADSF server: computername.corp.mydomain.com, also A record was created for fs.mydomain.com
Inside corp network everything work fine. Then I decided to test with Azure platform, for Cloud Auth and MFA.
I have static IP: x.x.x.x
I created free domain name on Cloudns service, created A record which points to my static IP. On the router i created forwarding rule for 443 port to IIS server (site works proper).
On IIS i use Claims APP to check ADFS claims. published on mydomain.cloudns.asia/claimsapp
When i try to open this app, i got an error, and i know that fs.mydomain.com is not routable from internet.
what can i do to solve this issue?
Thank you in advance.