-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix bug: OAuth2AuthorizedClient not saved for ClientNeedConsentWhenLogin #18715
Merged
chenrujun
merged 4 commits into
Azure:master
from
chenrujun:bugfix/OAuth2AuthorizedClient-not-saved-for-ClientNeedConsentWhenLogin
Jan 21, 2021
Merged
Fix bug: OAuth2AuthorizedClient not saved for ClientNeedConsentWhenLogin #18715
chenrujun
merged 4 commits into
Azure:master
from
chenrujun:bugfix/OAuth2AuthorizedClient-not-saved-for-ClientNeedConsentWhenLogin
Jan 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chenrujun
requested review from
backwind1233,
jialindai,
saragluna and
yiliuTo
as code owners
January 21, 2021 00:39
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
2. To make logic more clear: rename returned client to "clientGotByRefreshToken".
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
backwind1233
approved these changes
Jan 21, 2021
/check-enforcer override |
chenrujun
deleted the
bugfix/OAuth2AuthorizedClient-not-saved-for-ClientNeedConsentWhenLogin
branch
January 21, 2021 05:34
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-java
that referenced
this pull request
May 12, 2022
Review request for Microsoft.ContainerService to add version 2022-04-01 (Azure#18991) * Adds base for updating Microsoft.ContainerService from version stable/2022-03-01 to version 2022-04-01 * Updates readme * Updates API version in new specs and examples * update readme (Azure#18715) * add storage profile into managedcluster (Azure#18818) Signed-off-by: Ji An Liu <[email protected]> * GA mc alias minor version in 0401 (Azure#18821) * GA mc alias minor version in 0401 * unify info to be consistent with ap alias minor version * update the title of kuberneteVersion * add title for currentKubernetesVersion * make currentKubernetesVersion language consistency with AP currentOrchestratorVersion * GA agent pool alisa minor version (Azure#18814) * GA agent pool alisa minor version * Unify description with MC * Add read-only field * Rematch description with MC Co-authored-by: Xia ZHU <[email protected]> Co-authored-by: Ji'an Liu <[email protected]> Co-authored-by: Jianping Zeng <[email protected]> Co-authored-by: Thalia Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
azure-spring
All azure-spring related issues
azure-spring-aad
Spring active directory related issues.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix bug: OAuth2AuthorizedClient not saved for ClientNeedConsentWhenLogin