Hi @rody , this can happen when the same client browser session makes multiple requests in a very short period of time.
Check that the Realm
and wreply
URLs are consistent across your environments. In your case, it seems like the wreply
URL is HTTP in the development environment and HTTPS in the local environment. Make sure both URLs use HTTPS to avoid any inconsistencies.
The error shows that the loop detection cookie is being triggered. This can happen if the client is making multiple requests in a short period. You can try increasing the loop detection threshold in the ADFS configuration. This can be done by modifying the LoopDetectionThreshold
parameter in the ADFS configuration file.
Make sure that your ADFS server is up to date with the latest patches and updates.
Please let me know if this works!
Best,
James