Hi,
We have an issue with our newly upgraded install of portal (10.7.1 - 10.8.1) where the storymaps app seems to be stuck in a loop where it tries to sign in.
Clicking the /Home story maps link gives:
https://prod.[our-on-premise-portal].net/portal//apps/storymaps/
which then redirects to the oauth-callback route
typically I see:
https://prod.[our-on-premise-portal].net/portal//apps/storymaps/oauth-callback?returnURL=%2Fportal%2F%2Fapps%2Fstorymaps%2Foauth-callback#access_token=[removed_by_entropy_police].&expires_in=933420&username=portaladmin&ssl=true
The web server returns a 404 response and then seems to reload the callback URL which then 404s and callsback and so on.....
I have tried:
Comparing the files deployed into the storymaps app folder with another 10.8.1 install to make sure it's all there (it is)
Tinkering with the URLs (removing the web adaptor from the equation - manually constructing / modifying URLs) no luck
Looking at the config file - hacking around with the web.inf (getting pretty desperate)
Any ideas on what might cause this problem / how to fix it? - I want to avoid reinstalling the portal application if possible