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

added support for v2.0 #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

added support for v2.0 #17

wants to merge 4 commits into from

Conversation

aremo-ms
Copy link

added valid issuers to help using v2.0 token

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.

LGTM
Provided an alternative.

TokenValidationParameters = new TokenValidationParameters
{
SaveSigninToken = true,
ValidAudiences = webApiConfig.ValidAudiences
ValidAudiences = webApiConfig.ValidAudiences,
ValidIssuers = CommonUtil.BuildValidIssuers(webApiConfig)
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

@jmprieur Thank you, I will check it

Copy link
Contributor

Choose a reason for hiding this comment

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

thats what he will do next

Copy link
Author

Choose a reason for hiding this comment

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

@jmprieur done proposed change

@aremo-ms
Copy link
Author

aremo-ms commented May 3, 2022

@jmprieur can we close it please?

@jmprieur
Copy link
Contributor

jmprieur commented May 4, 2022

@aremo-ms : you want to close this PR?

@aremo-ms
Copy link
Author

aremo-ms commented May 4, 2022

@aremo-ms : you want to close this PR?

@jmprieur By close I mean you review my last change and I will merge it. Thanks

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.

3 participants