Forum Discussion
Former Member
2 years agoThank You!! The URLs in the OAUth.config was already setup like you described, but what made the chage was changing the OAuthDiscovery to URL. Fix: In InnovatorServerConfig.xml change the URL in the <OauthServerDiscovery> tag from value="https://<domain.com>/InnovatorServer14/OAuthServer"/ to value="https://$[HTTP_HOST_SERVER]$[HTTP_PORT_SERVER]$[HTTP_PATH_SERVER]/OAuthServer/"/> Note: After this was working I also tested <Url value="$[HTTP_PREFIX_SERVER]$[HTTP_HOST_SERVER]$[HTTP_PORT_SERVER]$[HTTP_PATH_SERVER]/OAuthServer/"/> and that works as well.