IG 7.2.0

AuthRedirectContext

Used by the FragmentFilter to indicate that a login redirect is pending.

Properties

"isImpendingIgRedirectNotified": boolean

Returns true if a downstream filter notifies IG that it will redirect a login attempt. Otherwise, false.

"notifyImpendingIgRedirect"

IG sets this context to true when a filter triggers a redirect which will be followed by a subsequent request to the original URI.

For example, a request to example.com/profile triggers a login redirect to example.com/login. After authentication, the request is expected to be redirected to the original URI, example.com/profile.

Copyright © 2010-2023 ForgeRock, all rights reserved.