Windows auth works to login to the generated program but if we click on the advanced search it brings up a login prompt for each of the drop down boxes for the various columns that have them. Attempting to log into the prompts fails using any account. In the code after some debugging I found that its related to the API calls asp.net maker is doing but even after attempting to commenting out [AllowAnonymous] it doesnt help at all. This is using a trusted connection and the user running it has access to the sql database where the drop down data originates from. If I use anonymous authentication rather than Windows auth, it works flawlessly. Any ideas how to get this working with windows auth? v2021.0.9.
the APIs and the app use the same URL?
do you use a hostheader in IIS or you’re calling the site by the name of the host? in FQDN format or not?Any API related advanced settings?
the APIs and the app use the same URL? - I think so, this is just generated from the asp.net maker nothing we would have set or changed ourselves.
do you use a hostheader in IIS or you’re calling the site by the name of the host? in FQDN format or not? - Believe we are using hosthead with fqdn, the address is the name of the site we chose in the bindings of IIS.
API Settings are default, just searched advanced settings and searched for API.
I believe it was the ewcontroller.cs page I had the break point on where the logins would pop up at the AllowAnonymous part.