Authority Mismatch on Settings vs. signin state after upgrading from R21 to R27

My R21 environment (dev) had no issues prior to applying the R27 patch. Can't get his resolved.  Hopefully somebody else in thee community have had this and resolved this issue. 

From oidc-clinet-ts.min.js:   this._settings.authority !== t.authority && r.throw(new Error("authority mismatch on settings vs. signin state"))

Parents
  • Thank 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. 

Reply
  • Thank 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. 

Children
No Data