All Classes
-
Class Summary Class Description AbstractOIDCMessageEncoder Base class for OIDC message encoders.AuthenticationRequestMessageEncoderFactory Message encoder factory function that returns the first encoder suitable for the given request method found in the profile configuration.ClientIDFromOIDCMetadataContextLookupFunction A function that returns client_id via client information stored inOIDCMetadataContext.HTTPPostAuthnRequestEncoder Amessage encoderthat encodes an OpenID authentication request by HTTP Form POST Serialization.HTTPPostAuthnResponseDecoder Amessage decoderthat decodes an incomingAuthenticationResponsewhen using a form_post response_type.HTTPRedirectAuthnRequestEncoder Amessage encoderthat encodes an OpenID authentication request by Query String Serialization and sends a HTTP redirect response.HTTPRedirectAuthnResponseDecoder Amessage decoderthat decodes an incomingAuthenticationResponsewhen using a query response_mode.IssuerIDFromOIDCProviderMetadataContextLookupFunction A function that returns the issuer id via the provider information stored inOIDCProviderMetadataContext.