SecureAuth IdP Version affected: All
Description:
Users are unable to login through the Credential Provider when multiple site bindings is enabled in IIS and see the following error in the error logs:
Error Message: This collection already contains an address with scheme https. There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.
Cause:
Multiple Site Bindings is enabled in IIS and that must be enabled in the SecureAuth web.config.
Resolution:
- Go to the SecureAuth Admin Panel
- Go to the SecureAuth998 realm > System Info tab
- Scroll down to the bottom and look for "Click here to edit WebConfig"
- Search for the following:
<serviceHostingEnvironment multipleSiteBindingsEnabled=”False”/>
- Change to "True"
<serviceHostingEnvironment multipleSiteBindingsEnabled=”True”/>
- Click "Save"
Comments
Please sign in to leave a comment.