Why does my Mobile site link to the wrong URL?
These links are handled from the Database table “AuthenticationServerClient” and the config file(s) within the web folders.
These are all set up and configured through the installer.
It can also be done manually using the SQL command:
- UPDATE AuthenticationServerSettings SET ServerUrl = 'TYPE PROPER URL BETWEEN THESE APOSTROPHES'
To ensure that your links are correct in the table -
- SELECT * FROM AuthenticationServerClient
These can be modified by using:
- UPDATE AuthenticationServerClient SET ClientURL = 'TYPE PROPER URL BETWEEN THESE APOSTROPHES' WHERE ID = ID#ofProperRow
And then finally you will want to check and update any URLs located in
"C:\Inetpub\wwwroot\arms\identityservice\appsettings.json"
After this is complete, you can run an IISRESET from an administrative command prompt to finish implementing these changes.