Skip to content

Commit 9bbbfc2

Browse files
authored
Update to latest version of FIDO Metadata Service (#442)
1 parent c193098 commit 9bbbfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2/Metadata/Fido2MetadataServiceRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public sealed class Fido2MetadataServiceRepository : IMetadataRepository
3737
"Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH"u8 +
3838
"WD9f"u8;
3939

40-
private readonly string _blobUrl = "https://mds.fidoalliance.org/";
40+
private readonly string _blobUrl = "https://mds3.fidoalliance.org/";
4141
private readonly IHttpClientFactory _httpClientFactory;
4242

4343
public Fido2MetadataServiceRepository(IHttpClientFactory httpClientFactory)

0 commit comments

Comments
 (0)