- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2022 09:35 PM - edited ‎04-01-2022 10:06 PM
After upgrading from V4 CP2 to CP5 and then downloading and installing the latest version of GraphQL(as well as .net framework 4.8), I now get authentication problems when trying to use GraphQL. For example, using the same settings that worked previously in the HopexGraphQL web.config, using the testing web service GraphiQL I get continuous prompts to sign in now.
UAS generally seems to be working as its used for user login which works fine for Hopex itself.
Nothing obvious is jumping out as the directory permission on inetpub and mega installation are inherited and haven't changed.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2022 05:25 PM
Thank you, this really helped. I didn't think I had re-referenced the environment, however the id was different so I must have. That solved the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2022 10:01 AM
Hello,
This happens for 2 reasons :
- some issue in the web.config file
- some issue on IIS configuration
If it was working and it's not working anymore we can exclude the IIS configuration issue.
So you need to check the web.config.
- ensure the security key is the same as in web.config located in HOPEX folder
- ensure identifier of environment is still the same. This change each time you do a reference or unreferenced
- ensure all other login/password are still working.
To test use postman with the same information of the web.config to see if they are working
