Rujun Chen
Rujun Chen
Hi, @bergmp Thanks for the detailed description. Here is the document about Azure AD OAuth 2.0 authorization code flow: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow > The first request is the one generated by Azure...
@bergmp > I am using response_mode=form_post. Why did you do like this? and how did you achieve that? Seems the 403 is caused by `response_mode=form_post`. > redirect_uri=http://localhost:3001/sso/SvlCentralizador In normal case,...
@bergmp > response_mode=query -> It doesn't work with OIDC. > response_mode=fragment -> It doesn't pass the id_token to the server. It comes in the URL with #id_token=.... > > Please,...
Hi, @bergmp , here is the sample: https://github.com/chenrujun/azure-sdk-for-java-issue-30378/blob/de174a7ff646e4609743795606f7695a19b0438e/src/main/java/chenrujun/azure/sdk/issue/DemoController.java#L15-L17
Hi, @maciejbak85 . Thanks for reaching out. Now `azure-spring-boot-starter-keyvault-secrets` does not have the feature of update manually. We will consider whether we need to provide this feature, and how to...
@sy185109 When you execute `environment.getProperty("text")`, you can add a breakpoint here: https://github.com/Azure/azure-sdk-for-java/blob/spring-cloud-azure-autoconfigure_4.3.0/sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/keyvault/environment/KeyVaultOperation.java#L108-L110 Check whether the value is updated in `KeyVaultOperation`.
Hi, @diawara24 Thanks for reaching out. Please try these steps: 1. Make your **SecurityConfig** extend **AadWebSecurityConfigurerAdapter** instead of **WebSecurityConfigurerAdapter** . Refs: https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/spring-security-support?tabs=SpringCloudAzure4x#add-extra-security-configurations 2. Remove **JwtAuthorizationFilter** related content.
Hi, @castasint . Thanks for reaching out. # 1. Confirm issue's purpose. Firstly, let me confirm your scenario. ## 1.1. Confirm your scenario. Since your project has this dependency: ```xml...
Hi, @yiliuTo , is this PR ready for review now?
@remybd Thanks for reaching out. @moarychan is working on this. Hi, @moarychan what's the status of Azure AD B2C related doc about Spring Coud Azure 5?