Skip to main content

RegistrationRequired Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Endpoints.Authorization.Interfaces

RegistrationRequired Class

Outcome signalling that the host must surface its account-creation UI: the client requested user registration via prompt=create (Initiating User Registration via OpenID Connect 1.0). Per that specification the registration experience is shown regardless of whether the user currently has an authenticated session.

public record RegistrationRequired : Abblix.Oidc.Server.Endpoints.Authorization.Interfaces.AuthorizationResponse, System.IEquatable<Abblix.Oidc.Server.Endpoints.Authorization.Interfaces.RegistrationRequired>

Inheritance System.ObjectAuthorizationResponse → RegistrationRequired

Implements System.IEquatable<RegistrationRequired>

Constructors

RegistrationRequired(AuthorizationRequest) Constructor

Outcome signalling that the host must surface its account-creation UI: the client requested user registration via prompt=create (Initiating User Registration via OpenID Connect 1.0). Per that specification the registration experience is shown regardless of whether the user currently has an authenticated session.

public RegistrationRequired(Abblix.Oidc.Server.Model.AuthorizationRequest Model);

Parameters

Model AuthorizationRequest