-
Notifications
You must be signed in to change notification settings - Fork 1k
API updates for 0.2.0-preview #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @jennyf19.
I realize that this was a lot of work!
I've left only one suggestion.
2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md
Outdated
Show resolved
Hide resolved
…ions.md Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -85,11 +86,9 @@ public void ConfigureServices(IServiceCollection services) | |||
}; | |||
}, options => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove cookie action after PR 309 is merged.
// This is required to be instantiated before the OpenIdConnectOptions starts getting configured. | ||
// By default, the claims mapping will map claim names in the old format to accommodate older SAML applications. | ||
// 'http://schemas.microsoft.com/ws/2008/06/identity/claims/role' instead of 'roles' | ||
// This flag ensures that the ClaimsIdentity claims collection will be built from the claims in the token | ||
// JwtSecurityTokenHandler.DefaultMapInboundClaims = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, wonder if we need to leave this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends on the version of Wilson. ?
@kalyankrishna1 @TiagoBrenck @Shama-K |
(as the appsettings.json and the Startup.cs were inconsistent)
otherwise by default this will be OpenIdConnect
TODO:
cc: @jmprieur