Abblix.Oidc.Server.Endpoints.BackChannelAuthentication.RequestFetching Namespace
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.BackChannelAuthentication.RequestFetching Namespace
| Classes | |
|---|---|
| CompositeRequestFetcher | Chains multiple IBackChannelAuthenticationRequestFetcher instances, feeding each one's output into the next so that distinct sources or formats (for example, the signed Request Object) can progressively enrich the request. Returns the first failure without invoking the remaining fetchers. |
| RequestObjectFetchAdapter | Adapts the generic IRequestObjectFetcher (signed-JWT Request Object handling) to the CIBA-specific IBackChannelAuthenticationRequestFetcher contract, passing the request's request parameter through unchanged for JWT validation and parameter merging. |
| Interfaces | |
|---|---|
| IBackChannelAuthenticationRequestFetcher | Resolves a CIBA request by enriching the raw incoming model with parameters obtained from out-of-band sources, most notably a signed JWT Request Object. The validation pipeline runs against the resolved request, not the raw one. |