I played around with IIS and while I'm still getting a 404, it at least hits the SSO aspect. That processes fine, but it still get a 404 when it hits the main URL Here's what I am getting from the log file.
2024-05-10 16:14:01 63.25.130.201 GET / - 443 - 63.25.249.20 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/124.0.0.0+Safari/537.36+Edg/124.0.0.0 - 200 0 0 1406
2024-05-10 16:14:01 63.25.130.201 GET /agent/login-fragment-relay-response uri=https%3A%2F%2Fapp.client%2F&state=CAATFLXqDsDU1CHgEBgwvl0DdYI 443 - 63.25.249.20 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/124.0.0.0+Safari/537.36+Edg/124.0.0.0 https://app.client.com/ 302 0 0 0
2024-05-10 16:14:01 63.25.130.201 GET /jakarta/isapi_redirect.dll - 443 - 63.25.249.20 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/124.0.0.0+Safari/537.36+Edg/124.0.0.0 https://app.client.com/ 200 0 0 0
2024-05-10 16:14:02 63.25.130.201 POST /agent/cdsso-oauth2 - 443 - 63.25.249.20 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/124.0.0.0+Safari/537.36+Edg/124.0.0.0 https://ssologin.client.com/ 302 0 0 15
2024-05-10 16:14:02 63.25.130.201 GET /jakarta/isapi_redirect.dll - 443 BROMA9U 63.25.249.20 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/124.0.0.0+Safari/537.36+Edg/124.0.0.0 https://ssologin.client.com/ 404 0 2 156
2024-05-10 16:14:02 63.25.130.201 GET /jakarta/isapi_redirect.dll - 443 BROMA9U 63.25.249.20 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/124.0.0.0+Safari/537.36+Edg/124.0.0.0 https://app.client.com/ 404 0 2 93
Note, there is no jakarta folder in either the C or D drive so I'm not sure how it even gets the 200. From Process Monitor, it looks for it and the files within that directory, but it obviously doesn't find them. I don't see where it hits the Default.aspx page. I tested another .NET site and it never calls for Jakarta so I need to figure out where IIS is configured to look for it.