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,
List<org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice> advices)
Handle redirect to the
instance to verify the required advices. |
filter
protected Promise<Response,NeverThrowsException> doRedirect(Context context, Request request, Handler next, List<org.forgerock.openig.openam.AbstractConditionAdviceFilter.Advice> advices)
AbstractConditionAdviceFilter
instance
to verify the required advices.doRedirect
in class AbstractConditionAdviceFilter
context
- the Context
request
- the Request
next
- the Handler
advices
- the list of advices to be verifiedPromise
Copyright 2011-2017 ForgeRock AS.