We have an on premise site that has recently been moved to IFD. The servers are hosted on premise in IIS.
"Microsoft Dynamics CRM" is the CRM environment where the users login with their email/password.
Once logged into the system they can access custom pages hosted under 'CRM Web Extensions'.
However, when being redirected to these pages, this prompts them to re-enter their login details again (currently set to basic authentication).
They do not want to have to re-enter their login details multiple times when using the system. Is there a way to pass the user details they entered in the first site to the second site login?
I can't use anonymous authentication or setup a catch all user to login as because they require their own username to be passed into the custom pages.