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
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​IEnumerable<​Models.​BackchannelUserLoginRequest>>
GetPendingLoginRequestsForCurrentUserAsync​()
Returns the pending login requests for the current user.
System.​Threading.​Tasks.​Task<​Models.​BackchannelUserLoginRequest>
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.