Skip to main content

Abblix.Oidc.Server.Features.NoneFlow Namespace

Abblix.Oidc.Serverโ€‹

Abblix.Oidc.Server.Features.NoneFlow Namespaceโ€‹

Classes
NoneResponseBuilderBuilds the none response-type component of an authorization endpoint success response (OAuth 2.0 Multiple Response Type Encoding Practices ยง4). The none response type authorizes the request without returning any credentials, so this builder contributes nothing to the running SuccessfullyAuthenticated result โ€” the authorization endpoint returns only state and, when advertised, iss (RFC 9207). Registered by opt-in through EnableNoneFlow(). Unlike the other response types it declares no grant type, because it issues no code or token to be exchanged later.
ServiceCollectionExtensionsDI extensions that opt the host into the OAuth 2.0 none response type.