Package net.shibboleth.idp.plugin.oidc.op.audit.impl
Package for audit extractors related to OIDC.
-
Class Summary Class Description AuthenticationContextReferenceAuditExtractor Looks up the 'acr' value from the OIDC authentication response context.AuthenticationRequestClaimsAuditExtractor A function that resolves a claim value from the authentication request.ClaimsAuditExtractor Functionthat returns the released claims for the endpoint.ClientIdRegistrationAuditExtractor Looks up the client ID value from the OIDC client registration response context.IdTokenClaimsAuditExtractor A function that resolves a claim value from the id_token claims set.IsPassiveAuditExtractor Functionthat returns true is prompt contains 'none' inAuthenticationRequest.RevokedTokenAuditExtractor Functionthat returns token to be revoked byTokenRevocationRequest.SubjectTypeAuditExtractor Functionthat returns the type of the subject fromOIDCAuthenticationResponseContext.SubjectValueAuditExtractor Functionthat returns the value of the subject fromOIDCAuthenticationResponseContext.