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.
class Duende.​IdentityServer.​Configuration.​CibaOptions
Assembly: Duende.IdentityServer
Inheritance: object → CibaOptions
Settings for Client-Initiated Backchannel Authentication (CIBA), which allows clients to initiate authentication out-of-band without a browser redirect.
Properties
public
int
DefaultLifetime
Gets or sets the default lifetime of a pending CIBA authentication request, in seconds.
Remarks Defaults to 300 seconds (5 minutes). Individual clients may override this value.
public
int
DefaultPollingInterval
Gets or sets the maximum frequency, in seconds, at which a client may poll the token endpoint during
a CIBA flow.
Remarks Defaults to 5 seconds. Clients that poll more frequently than this interval will receive
a <c>slow_down</c> error response.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object