Uses of Package
dev.getelements.elements.service.auth.oidc
Packages that use dev.getelements.elements.service.auth.oidc
-
Classes in dev.getelements.elements.service.auth.oidc used by dev.getelements.elements.service.auth.oidcClassDescriptionAnonymous implementation of
OidcLinkService.A purely in-memory, TTL-based cache of OIDC discovery documents, keyed by discovery URL.The subset of an OIDC provider's discovery document (normally served at/.well-known/openid-configuration) needed to drive the authorization code flow.Orchestrates the provider-agnostic, browser-redirect OIDC login flow: starting a pending attempt, polling for completion, and handling the provider's callback.Resolves anOidcProviderConfiguration's discovery document and finds-or-creates the matchingOidcAuthSchemeby issuer, so that registering a single provider configuration is enough to fully activate a provider — no separate manual auth scheme setup step is required.