SimpleIdServer.IdServer.Website.Startup -release503
after program started, when you click Deferred credentials ,then you got a bug.
the did is null!!!
can help me !
error in
public class DidExtractor
{
public static DecentralizedIdentifier Extract(string did)
{
if (string.IsNullOrWhiteSpace(did)) throw new ArgumentNullException(nameof(did));