Skip to main content

IIssuerProvider Interface

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.Issuer

IIssuerProvider Interface

Provides a mechanism to retrieve the issuer identifier for the OpenID Connect provider. The issuer identifier is a fundamental part of the token validation process, as it indicates the origin of the token.

public interface IIssuerProvider

Methods

IIssuerProvider.GetIssuer() Method

Retrieves the issuer identifier that represents the OpenID Connect provider. This identifier is used in various OpenID Connect responses and tokens to ensure the identity of the issuing server.

string GetIssuer();

Returns

System.String
A string representing the issuer identifier.