-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Added support for providing a custom login URI to get access tokens from via the system property azure.login.uri
#40172
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
…rom via the system property `azure.login.uri`.
azure.login.uri.azure.login.uri
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
saragluna
left a 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.
LGTM
|
Overriding Check Enforcer because it's failing due to an unrelated issue with package Which is being addressed in this PR. |
|
/check-enforcer override |
|
/check-enforcer override |
…tokens from via the system property `azure.login.uri` (Azure#40172)" This reverts commit 5c225f6
* Revert "Added support for providing a custom login URI to get access tokens from via the system property `azure.login.uri` (#40172)" This reverts commit 5c225f6 * Migrated auth mechanism to resemble what other KV libraries do and added a way to disable challenge resource verification. * Fixed build issue. * Updated `KeyVaultClient` to use the correct URI. * Added logging statements to `AccessTokenUtil.getLoginUri()`. * Changed request used to get a login URI. * Fixed URI used to get access token with client id and secret. * Applied PR feedback. * Fixed issue building login URI. * Added more tests. * Fixed some more tests. * Applied more PR feedback. * Updated documentation on public classes. * Updated CHANGELOG. * Applied PR feedback. * Applied more PR feedback. * Updated CHANGELOG. * Fixed RevApi issue.
No description provided.