Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 6c359f8

Browse files
authored
Fixed typo.
1 parent c0d496e commit 6c359f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Ordering/Ordering.API/Infrastructure/Middlewares/ByPassAuthMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public async Task Invoke(HttpContext context)
6262
new Claim("emails", currentUserId),
6363
new Claim("name", "Test user"),
6464
new Claim("nonce", Guid.NewGuid().ToString()),
65-
new Claim("ttp://schemas.microsoft.com/identity/claims/identityprovider", "ByPassAuthMiddleware"),
65+
new Claim("http://schemas.microsoft.com/identity/claims/identityprovider", "ByPassAuthMiddleware"),
6666
new Claim("nonce", Guid.NewGuid().ToString()),
6767
new Claim("sub", "1234"),
6868
new Claim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname","User"),

0 commit comments

Comments
 (0)