python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Adding a custom OidcUserService to work with Spring Azure AAD OidcUserService
We have the following Spring Security Configuration class that extends Spring Azure configuration adapter and want to add a custom OidcUserService to the userInfo callback. We have 2 separate projects...
bytor99999
Votes: 0
Answers: 1
Spring boot 2.2.4 release is not compatible with azure spring data cosmos 3.x.x
I'm working on springboot with cosmos api,So if i use @Query that is provided by azure-spring-data-cosmos library(3.x.x) with Springboot 2.5.0 able to get the results from cosmos database. But if i us...
veera
Votes: 0
Answers: 2
SAS token using Azure AD Service Principle for ADLS Gen2 at directory level in java
I have been trying to get a SAS token for ADLS Gen2 using java but haven't got any good example or document, Can anyone please provide an example or document to follow. (I am able to generate for blob...

Abhinav Kabra
Votes: 0
Answers: 1
Jpa Specification equivalent for cosmosDb
I'm trying to migrate spring boot application from mssql to CosmosDb.
We have the below repository implementation using org.springframework.data.jpa.domain.Specification; which can fetch data based o...
user3407500
Votes: 0
Answers: 1