You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Fido2.Models/Fido2Configuration.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ public Fido2Configuration()
35
35
/// <summary>
36
36
/// The effective domain of the RP. Should be unique and will be used as the identity for the RP.
37
37
/// </summary>
38
-
publicstringServerDomain{get;set;}
38
+
publicstringRPID{get;set;}
39
39
40
40
/// <summary>
41
41
/// A human-friendly name of the RP.
42
42
/// </summary>
43
-
publicstringServerName{get;set;}
43
+
publicstringRPName{get;set;}
44
44
45
45
/// <summary>
46
46
/// A serialized URL which resolves to an image associated with the entity. For example, this could be a user’s avatar or a Relying Party's logo. This URL MUST be an a priori authenticated URL. Authenticators MUST accept and store a 128-byte minimum length for an icon member’s value. Authenticators MAY ignore an icon member’s value if its length is greater than 128 bytes. The URL’s scheme MAY be "data" to avoid fetches of the URL, at the cost of needing more storage.
0 commit comments