-
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
[BUG] Proxy setting not work in Azure AD B2C web application #31593
Labels
azure-spring
All azure-spring related issues
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Milestone
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Oct 20, 2022
chenrujun
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
azure-spring
All azure-spring related issues
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Oct 20, 2022
3 tasks
chenrujun
pushed a commit
to chenrujun/azure-sdk-for-java
that referenced
this issue
Oct 20, 2022
1. Fix proxy setting for RestOperation which send http request to "../discovery/v2.0/keys?..". 2. Fix proxy setting for RestOperation which send http request to "../oauth2/v2.0/token?..". 3. Add unit tests and refactor tests.
chenrujun
pushed a commit
to chenrujun/azure-sdk-for-java
that referenced
this issue
Oct 20, 2022
1. Fix proxy setting for RestOperation which send http request to "../discovery/v2.0/keys?..". 2. Fix proxy setting for RestOperation which send http request to "../oauth2/v2.0/token?..". 3. Add unit tests and refactor tests.
chenrujun
pushed a commit
that referenced
this issue
Oct 21, 2022
…31597) * Fix #31593: Proxy setting not work in Azure AD B2C web application. 1. Fix proxy setting for RestOperation which send http request to "https://{directory-name}.b2clogin.com/{directory-name}.onmicrosoft.com/oauth2/v2.0/token?p={flow-name}". 2. Fix proxy setting for RestOperation which send http request to "https://{directory-name}.b2clogin.com/{directory-name}.onmicrosoft.com/discovery/v2.0/keys?p={flow-name}". 3. Add unit tests and refactor tests. 4. Add a new item in CHANGELOG.md. 5. Fix pipeline caused by "cspell".
Repository owner
moved this from In Progress
to Done
in Spring Cloud Azure
Oct 21, 2022
chenrujun
pushed a commit
to chenrujun/azure-sdk-for-java
that referenced
this issue
Oct 21, 2022
chenrujun
pushed a commit
to chenrujun/azure-sdk-for-java
that referenced
this issue
Oct 24, 2022
moarychan
pushed a commit
that referenced
this issue
Oct 25, 2022
…31684) * Fix #31190. Put a value into Collections.emptyMap() * Fix #31191. duplicated "scope" parameter. * Fix 31218 rest template is not well configured when jwk resolver is null * Fix #31482 rest template used to get access token should only contain 2 converters. * Fix #31233: NimbusJwtDecoder still uses RestTemplate() instead RestTemplateBuilder * Fix #31593: Proxy setting not work in Azure AD B2C web application
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
azure-spring
All azure-spring related issues
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Context
Goal
Make sure all http requests send out by RestTemplate in Azure AD B2C web application supporting configure Proxy.
The text was updated successfully, but these errors were encountered: