azure-spring-boot-samples icon indicating copy to clipboard operation
azure-spring-boot-samples copied to clipboard

Spring Cloud Azure Samples

Results 58 azure-spring-boot-samples issues
Sort by recently updated
recently updated
newest added

**Query/Question** I am able to log in and fetch the ID token, Access Token, and refresh token for an application built using the sample below. But, when the access token...

azure-spring

**Describe the bug** Following the tutorial https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc has a login page with 3 links: ![image](https://github.com/Azure-Samples/azure-spring-boot-samples/assets/14184209/42f6886b-f529-4e92-abb3-204278b0086f) **To Reproduce** With the configuration: ![image](https://github.com/Azure-Samples/azure-spring-boot-samples/assets/14184209/6b6676d7-a89c-474c-9600-7f847c9d18a6) It will create a login page with only 1...

azure-spring

**Query/Question** How can we stick one EventHub consumer instance to read a specific partition from Azure EventHub with using the Spring Azure EventHub SK- spring-messaging-azure-eventhubs 4.1.0? Our current codebase is...

azure-spring
azure-spring-eventhubs

**Query/Question** I have a project with the below mentioned configuration. Currently, it is running with spring boot and is using Azure AD for authorization. _The good part of this set...

bug
azure-spring

Hello guys, I have a spring rest application back-end and Angular on the front. I am using JWT auth0 to secure my application. Now I want to have a possibility...

azure-spring

I'm implementing a project based on sample:spring-cloud-azure-stream-binder-servicebus. Does anyone have any example unit tests for the "Supplier supply" method? Or other examples of Unit Tests for the same project? Thanks!!

azure-spring

## Purpose Remove some dead code, and change partition key to avoid warning that is now thrown following my PR here: https://github.com/Azure/azure-sdk-for-java/pull/35261 * ... ## Does this introduce a breaking...

While working on an Angular App connected to Azure B2C, I received the next exception while using the aad-b2c-resource-server API. However, the app functioned properly when I tried using the...

azure-spring

## Purpose * To add the sample demonstrating the usage of Azure AD passwordless credentials (DefaultAzureCredential) to access Cosmos DB. ## Does this introduce a breaking change? ``` [ ]...

## Purpose This PR solves the issue #577. ## Does this introduce a breaking change? [ ] Yes [x] No ## Pull Request Type The change is a refactoring: combining...