public class CdSsoConditionAdviceFilter extends AbstractConditionAdviceFilter
PolicyDecisionContext
. If a supported condition advice
is found then we send a redirect to AM with the advice details to fulfill the conditions.
This specific condition advice filter manages the redirect to AM according to the OIDC flow required to handle cross-domain SSO.
amService
Modifier and Type | Method and Description |
---|---|
protected Promise<Response,NeverThrowsException> |
doRedirect(Context context,
Request request,
Handler next,
org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice advice)
Handle redirect to the
instance to verify the condition advice found. |
filter
protected Promise<Response,NeverThrowsException> doRedirect(Context context, Request request, Handler next, org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice advice)
AbstractConditionAdviceFilter
instance
to verify the condition advice found.doRedirect
in class AbstractConditionAdviceFilter
context
- the Context
request
- the Request
next
- the Handler
advice
- the condition advice to be verifiedPromise
Copyright 2011-2017 ForgeRock AS.