CauseWhen resolving a connector/3DPassport domain mismatch error, the user needs to edit the TomEE server configuration file to enter the list of allowed domains. If there is an error in the allowedResourceDomains list, for example: <allowedResoureDomains>^*\.MyCompany\.com^</allowedResourceDomains>instead of: <allowedResoureDomains>^.*\.MyCompany\.com^</allowedResourceDomains>missing the . in front of the * , the entry
is incorrect, resulting in this error.
Solution |