IConfigurationHandler Interface
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.Configuration.Interfaces
IConfigurationHandler Interface
Builds the discovery document served at /.well-known/openid-configuration
per OpenID Connect Discovery 1.0 §3 and RFC 8414 (OAuth 2.0 Authorization Server Metadata).
public interface IConfigurationHandler
Derived
↳ ConfigurationHandler
Methods
IConfigurationHandler.HandleAsync() Method
Builds the framework-agnostic discovery payload. Endpoint URLs are filled in by the hosting layer because they depend on routing.
System.Threading.Tasks.Task<Abblix.Oidc.Server.Endpoints.Configuration.Interfaces.ConfigurationResponse> HandleAsync();