Class ValidateTokenClaims.DuoOIDAuthenticationContextCleanupHook
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.duo.impl.ValidateTokenClaims.DuoOIDAuthenticationContextCleanupHook
-
- All Implemented Interfaces:
Consumer<ProfileRequestContext>
- Enclosing class:
- ValidateTokenClaims
public static class ValidateTokenClaims.DuoOIDAuthenticationContextCleanupHook extends Object implements Consumer<ProfileRequestContext>
A cleanup hook that removes the 'nonce' parameter from theDuoOIDCAuthenticationContextso it could not be reused.
-
-
Constructor Summary
Constructors Constructor Description DuoOIDAuthenticationContextCleanupHook()
-
-
-
Method Detail
-
accept
public void accept(@Nullable ProfileRequestContext input)- Specified by:
acceptin interfaceConsumer<ProfileRequestContext>
-
-