Too many redirects error with OpenID connect

Hello ,

We are integrating 1IM(8.1.3) with with Forgerock AM using Open Id connect . We are receiving the below error

redirected you too many times.

ERR_TOO_MANY_REDIRECTS

WE have two web servers behind a DNS.

Please let me know if anyone have any comments/feedback.

Thanks,

Pranav

Parents Reply
  • I already changed 

    httpCookies requireSSL="true" sameSite="Strict" />

    to

    <httpCookies requireSSL="true" />

    the situation improved a little but still it is not resolved completely 

    when i enter my URL https://mywebportal, it first redirects to  https://mywebportal/IdentityManager and it gives the same error too many redirects. if i remove the /identityManager from the URL and again hit enter it works fine and take me to login page of IDP

    Chrome : Version 85.0.4183.102 (Official Build) (64-bit)

    IE Version 11.1457

    Thanks,

    Pranav

Children