Fixed typo.
This commit is contained in:
parent
c0d496e1e1
commit
6c359f8f54
@ -62,7 +62,7 @@ namespace Ordering.API.Infrastructure.Middlewares
|
||||
new Claim("emails", currentUserId),
|
||||
new Claim("name", "Test user"),
|
||||
new Claim("nonce", Guid.NewGuid().ToString()),
|
||||
new Claim("ttp://schemas.microsoft.com/identity/claims/identityprovider", "ByPassAuthMiddleware"),
|
||||
new Claim("http://schemas.microsoft.com/identity/claims/identityprovider", "ByPassAuthMiddleware"),
|
||||
new Claim("nonce", Guid.NewGuid().ToString()),
|
||||
new Claim("sub", "1234"),
|
||||
new Claim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname","User"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user