Skip to content

Commit

Permalink
Update to latest version of FIDO Metadata Service (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Oct 23, 2023
1 parent c193098 commit 9bbbfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Fido2/Metadata/Fido2MetadataServiceRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public sealed class Fido2MetadataServiceRepository : IMetadataRepository
"Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH"u8 +
"WD9f"u8;

private readonly string _blobUrl = "https://mds.fidoalliance.org/";
private readonly string _blobUrl = "https://mds3.fidoalliance.org/";
private readonly IHttpClientFactory _httpClientFactory;

public Fido2MetadataServiceRepository(IHttpClientFactory httpClientFactory)
Expand Down

0 comments on commit 9bbbfc2

Please sign in to comment.