Moary Chen

Results 53 comments of Moary Chen

Hi @eoskd , sorry for disturbing your use, I will fix this issue soon. Here is a temporary solution for your reference: Add extra configuration to enable the bean `OAuth2ClientAuthenticationJwkResolver`,...

Hi @shweta5595 , thanks for your reaching out! The `azure-keyvault-secrets-spring-boot-starter:2.3.5` has already ended support, could you upgrade to the [latest version 4.3.0 ](https://microsoft.github.io/spring-cloud-azure/4.3.0/reference/html/index.html#secret-management)? Or you can refer to [here ](https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping)to...

Hi @shweta5595 , thanks for your update! Is `azure-cosmosdb-spring-boot-starter` also the same version `2.3.5`? We would like to hear about your concerns, which may help us improve subsequent migration documentation....

Hi @shweta5595 , thanks for your update! I can reproduce your exception, and I try to downgrade the dependencies, such as reactor, netty, reactory-netty, but will occur new issues when...

Hi @BillyBolton thanks for using Spring Cloud Azure! You can try to config a bean `WebSecurityCustomizer` for path `/api/docs/**`, see more from https://docs.spring.io/spring-security/reference/5.8/migration/servlet/config.html#_publish_a_websecuritycustomizer_bean

@castasint , currently, the `spring-cloud-azure-starter-active-directory` can not support integrating other providers and has no extensibility point, you can customize your own `ClientRegistrationRepository` bean and add other client registrations, please refer...

Add retry configuration samples in this PR https://github.com/MicrosoftDocs/azure-dev-docs-pr/pull/3813

Hi @GarstMan78 , thanks for your update! The main branch is targeted to Spring Cloud Azure 4.x. In our plan, the AAD samples update will be in later. If you...

Hi @chenrujun and @remybd , the use of `SecurityFilterChain` will be ready soon, the PR is in review, then you can check this doc https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/spring-security-support#spring-security-with-azure-active-directory-b2c

Hi @remybd , thanks for your update! The `enabled: true` is required; the base URI should be like this `https://.b2clogin.com/.onmicrosoft.com`; a login-in user flow is required, the doc will be...