IAcrMetadataProvider Interface
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.Configuration.Interfaces
IAcrMetadataProvider Interface
Provides metadata about supported ACR (Authentication Context Class Reference) values for OpenID Connect discovery document.
public interface IAcrMetadataProvider
Derived
↳ AcrMetadataProvider
Properties
IAcrMetadataProvider.AcrValuesSupported Property
Lists the ACR (Authentication Context Class Reference) values supported by this provider. These values represent authentication assurance levels that can be requested and achieved.
System.Collections.Generic.IEnumerable<string>? AcrValuesSupported { get; }