Skip to content
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

Ensure JsonWebToken sets X509CertificatePublicCertValue on .NET Core #1138

Merged
merged 1 commit into from
May 10, 2019

Conversation

wilcobmsft
Copy link
Contributor

When using WithSendX5c, the "x5c" token is not set when running on .NET Core. This change ensures this token gets set on all runtimes.

Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarkZuber hahaha...this is just what I was talking w/you about. but @wilcobmsft beat me to it.

@jennyf19
Copy link
Collaborator

#1139

@jennyf19 jennyf19 merged commit 672127c into AzureAD:master May 10, 2019
@henrik-me
Copy link
Contributor

@jennyf19 @MarkZuber : can you pls. consider if the fallback should be what netstandard does. then perhaps we have platforms that should do something else. Thinking this should be an else instead of an else if … and those platforms where this is not supported should be the else if ?

@henrik-me
Copy link
Contributor

Aside: Seems like at least one test could be added here?

@bgavrilMS
Copy link
Member

Agreed with Henrik, we can future proof this by adding support for all platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants