Rosieodonell
Feb 18, 2020Cirrus
Rewrite Profile JSON error
Hey Everyone,
We are using a rewrite profile to do the following:
Converting
Client URI = https://customer.company.com/loginpage/
to
Server URI = https://login.company.com/
Everything looked fine but some users i guess have more access on the backend and are getting a JSON error. Should I be using Irules instead?
So my access policy was the culprit because the access policy had a "SSO profile" configured on it. That is why i was getting the JSON error. So on the new connection based on the URI... i added:
WEBSSO::disable
now my problem is gone. yay!