**Describe the bug** Callers who elect to authenticate via JWT are identified by the JWT's `issuerKey` which may not be unique to any given caller, c.f. https://github.com/microsoft/did-ccf/blob/560274c28be0e55be61f5094c17c6c94a8599aa7/src/models/AuthenticatedIdentity.ts#L58 **Expected behavior** Authenticated identities to be unique per entity regardless of the auth mechanism **Additional context** Thanks to @achamayou for pointing this out.
Describe the bug
Callers who elect to authenticate via JWT are identified by the JWT's
issuerKeywhich may not be unique to any given caller, c.f.did-ccf/src/models/AuthenticatedIdentity.ts
Line 58 in 560274c
Expected behavior
Authenticated identities to be unique per entity regardless of the auth mechanism
Additional context
Thanks to Amaury Chamayou (@achamayou) for pointing this out.