Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Services.​IBackchannelAuthenticationInteractionService

Assembly: Duende.IdentityServer

Provide services be used by the user interface to communicate with IdentityServer for backchannel authentication requests.

Methods

GetPendingLoginRequestsForCurrentUserAsync​()
Returns the pending login requests for the current user.
GetLoginRequestByInternalIdAsync​(string id)
Returns the login request for the id.
CompleteLoginRequestAsync​(CompleteBackchannelLoginRequest completionRequest)
Completes the login request with the provided response for the current user or the subject passed.