IdentityPasskeyOptions.ServerDomain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the effective domain of the server. This should be unique and will be used as the identity for the server.
public string? ServerDomain { get; set; }
member this.ServerDomain : string with get, set
Public Property ServerDomain As String
Property Value
Remarks
This option applies to both creating a new passkey and requesting an existing passkey.
If left null, the server's origin may be used instead.
See https://www.w3.org/TR/webauthn-3/#rp-id.