Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-sample-active-directory-resource-server-obo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>Azure Spring Boot Azure AD Starter Sample - Resource Server OBO</name>
<description>Azure AD Spring Security Integration Spring Boot Resource Server OBO</description>

Expand Down Expand Up @@ -41,11 +41,6 @@
<artifactId>msal4j</artifactId>
<version>1.8.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.8.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,4 @@ azure:
- User.read
custom:
scopes:
- [custom-resource-server-expose-api-scope]

spring:
security:
oauth2:
client:
registration:
azure:
client-id: [resource-server-application-client-id-same-as-above]
client-secret: [resource-server-application-client-secret-same-as-above]
- [custom-resource-server-expose-api-scope]
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# For azure.activedirectory.session-stateless, it is now compatible with previous versions and will be removed later.

#azure.activedirectory.client-id=xxxxxx-your-client-id-xxxxxx
#azure.activedirectory.app-id-uri=xxxxxxxx-app-id-uri-xxxxxxxxxx
#azure.activedirectory.session-stateless=true
#azure.activedirectory.app-id-uri=xxxxxxxx-app-id-uri-xxxxxxxxxx