We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c193098 commit 9bbbfc2Copy full SHA for 9bbbfc2
Src/Fido2/Metadata/Fido2MetadataServiceRepository.cs
@@ -37,7 +37,7 @@ public sealed class Fido2MetadataServiceRepository : IMetadataRepository
37
"Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH"u8 +
38
"WD9f"u8;
39
40
- private readonly string _blobUrl = "https://mds.fidoalliance.org/";
+ private readonly string _blobUrl = "https://mds3.fidoalliance.org/";
41
private readonly IHttpClientFactory _httpClientFactory;
42
43
public Fido2MetadataServiceRepository(IHttpClientFactory httpClientFactory)
0 commit comments