|
|
@ -62,10 +62,10 @@ namespace WebMVC.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("nonce", Guid.NewGuid().ToString()), |
|
|
|
new Claim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", "Test user"), |
|
|
|
new Claim("http://schemas.microsoft.com/identity/claims/identityprovider", "ByPassAuthMiddleware"), |
|
|
|
new Claim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname","User"), |
|
|
|
new Claim("sub", "1234"), |
|
|
|
new Claim("sub", currentUserId), |
|
|
|
new Claim("card_expiration", "12/20"), |
|
|
|
new Claim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname","Microsoft")} |
|
|
|
, "ByPassAuth"); |
|
|
|