PostLogoutRedirectUrisValidator Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation
PostLogoutRedirectUrisValidator Class
Validates the OpenID Connect RP-Initiated Logout 1.0 post_logout_redirect_uris:
each URI must be absolute, fragment-free, and consistent with the OIDC DCR 1.0 §2
scheme rules for the declared application_type (Web = https,
non-localhost; Native = custom scheme or http://localhost).
public class PostLogoutRedirectUrisValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator
Inheritance System.Object → SyncClientRegistrationContextValidator → PostLogoutRedirectUrisValidator