Uses of Class
dev.getelements.elements.service.auth.oidc.OidcDiscoveryDocument
Packages that use OidcDiscoveryDocument
-
Uses of OidcDiscoveryDocument in dev.getelements.elements.service.auth.oidc
Methods in dev.getelements.elements.service.auth.oidc that return OidcDiscoveryDocumentModifier and TypeMethodDescriptionReturns the discovery document for the given URL, serving from cache if it was fetched within the lastOidcDiscoveryCache.getRefreshIntervalSeconds()seconds, otherwise fetching fresh and caching the result.OidcProviderConfigurationOperations.resolveDiscovery(dev.getelements.elements.sdk.model.auth.OidcProviderConfiguration config) Resolves the discovery document for the given configuration, serving from the in-memory cache when possible.Methods in dev.getelements.elements.service.auth.oidc with parameters of type OidcDiscoveryDocumentModifier and TypeMethodDescriptiondev.getelements.elements.sdk.model.auth.OidcAuthSchemeOidcProviderConfigurationOperations.resolveScheme(dev.getelements.elements.sdk.model.auth.OidcProviderConfiguration config, OidcDiscoveryDocument discoveryDocument) Finds theOidcAuthSchemematching the discovery document's issuer, creating one (seeded with the document's JWKS URI) if none exists yet.