Skip to main content

Abblix.Oidc.Server.Endpoints.Configuration Namespace

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.Configuration Namespace

Classes
AcrMetadataProviderDefault implementation of IAcrMetadataProvider that reads ACR values from OidcOptions configuration.
AuthorizationMetadataProviderProvides authorization-endpoint metadata for discovery, computed directly from the registered response builders. Deliberately does not depend on IAuthorizationHandler: resolving the handler just to read metadata would also construct its request-time dependencies (the JARM response encoder and its crypto graph), which the discovery path must not do.
ConfigurationHandlerHandles OpenID Connect discovery configuration requests by building metadata response. Returns framework-agnostic discovery metadata without endpoint URLs.
JwtAlgorithmsProviderProvides JWT algorithm metadata by delegating to JWT creator and validator.
ScopesAndClaimsProviderAggregates metadata about supported scopes, claims, grants, and subject types.