azure-spring-boot-samples
azure-spring-boot-samples copied to clipboard
Spring Cloud Azure Samples
**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...
**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:  **To Reproduce** With the configuration:  It will create a login page with only 1...
**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...
**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...
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...
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!!
## 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...
## 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...