Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

ScopeValidator Class

Validates the scope values in a client registration request per RFC 7591 Section 2. Each requested scope must be recognized by the server.

C#
public class ScopeValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator

Inheritance System.ObjectSyncClientRegistrationContextValidator → ScopeValidator

Constructors

ScopeValidator(IScopeManager) Constructor

Validates the scope values in a client registration request per RFC 7591 Section 2. Each requested scope must be recognized by the server.

C#
public ScopeValidator(Abblix.Oidc.Server.Features.ScopeManagement.IScopeManager scopeManager);

Parameters

scopeManager IScopeManager

Provides access to known scope definitions.