fix ordering tests
This commit is contained in:
parent
57f7c50b69
commit
42b3444b28
@ -21,6 +21,7 @@ namespace Ordering.FunctionalTests
|
|||||||
|
|
||||||
identity.AddClaim(new Claim("sub", IDENTITY_ID));
|
identity.AddClaim(new Claim("sub", IDENTITY_ID));
|
||||||
identity.AddClaim(new Claim("unique_name", IDENTITY_ID));
|
identity.AddClaim(new Claim("unique_name", IDENTITY_ID));
|
||||||
|
identity.AddClaim(new Claim(ClaimTypes.Name, IDENTITY_ID));
|
||||||
|
|
||||||
httpContext.User.AddIdentity(identity);
|
httpContext.User.AddIdentity(identity);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user