Skip to content

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

Merged
merged 12 commits into from
Jul 13, 2020
Merged

API updates for 0.2.0-preview #371

merged 12 commits into from
Jul 13, 2020

Conversation

jennyf19
Copy link
Contributor

@jennyf19 jennyf19 commented Jun 24, 2020

TODO:

  • Review migration aid + experience
  • Update to latest Microsoft Identity Web
  • Test all samples

cc: @jmprieur

@jennyf19 jennyf19 marked this pull request as ready for review July 8, 2020 18:59
Copy link
Contributor

@jmprieur jmprieur left a 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.

…ions.md

Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>
@jennyf19 jennyf19 changed the title [Not ready for review] initial PR with API updates for 0.2.0-preview API updates for 0.2.0-preview Jul 9, 2020
Copy link
Contributor

@pmaytak pmaytak left a 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 =>
Copy link
Contributor

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.

Comment on lines -48 to -52
// 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;
Copy link
Contributor

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?

Copy link
Contributor

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. ?

@jmprieur
Copy link
Contributor

@kalyankrishna1 @TiagoBrenck @Shama-K
you might want to have a look at the PR.

@jennyf19 jennyf19 merged commit c596200 into master Jul 13, 2020
@jennyf19 jennyf19 deleted the updateApi branch July 13, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants