Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.Common.ConstantsApplicationTypesAuthenticationMethodReferencesBackchannelTokenDeliveryModesClientAssertionTypesClientAuthenticationMethodsClientSecurityProfileClientTypeCodeChallengeMethodsDisplayModesErrorCodesFlowTypesGrantTypesHttpRequestHeadersJwtTypesMediaTypesOidcConstantsPromptsRequestUrnResourceDefinitionResponseModesResponseTypesResponseTypesExtensionsScopeDefinitionScopesStandardScopesSubjectTypesTokenExchangeTokenTypesTokenTypeIdentifiersTokenTypes
ScopeDefinition Class
Defines a structure for OAuth 2.0 scope definitions, specifying the scope and associated claim types.
public record ScopeDefinition : System.IEquatable<Abblix.Oidc.Server.Common.Constants.ScopeDefinition>Inheritance System.Object → ScopeDefinition
Implements System.IEquatable<ScopeDefinition>
Constructors
ScopeDefinition(string, string[]) Constructor
Defines a structure for OAuth 2.0 scope definitions, specifying the scope and associated claim types.
public ScopeDefinition(string Scope, params string[] ClaimTypes);Parameters
Scope System.String
ClaimTypes System.String[]