Skip to content

Commit 763a91e

Browse files
Update the OBO README.md file and application.yml (Azure#18417)
1 parent 9db7133 commit 763a91e

File tree

2 files changed

+0
-6
lines changed
  • sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo

2 files changed

+0
-6
lines changed

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ See [OAuth 2.0 On-Behalf-Of flow] for more information about OBO.
7070
```yaml
7171
azure:
7272
activedirectory:
73-
resource-server:
74-
obo:
75-
enabled: true
7673
client-id: <Web-API-A-client-id>
7774
client-secret: <Web-API-A-client-secret>
7875
tenant-id: <tenant-id-registered-by-application>

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ server:
33

44
azure:
55
activedirectory:
6-
resource-server:
7-
obo:
8-
enabled: true
96
client-id: <Web-API-A-client-id>
107
client-secret: <Web-API-A-client-secret>
118
tenant-id: <Tenant-id-registered-by-application>

0 commit comments

Comments
 (0)