From da0d5c8ec184b8cc89bd54fea423c9ab0119561e Mon Sep 17 00:00:00 2001 From: ZhuXiaoBing-cn Date: Mon, 4 Jan 2021 11:31:09 +0800 Subject: [PATCH] Update the OBO README.md file and application.yml --- .../README.md | 3 --- .../src/main/resources/application.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/README.md b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/README.md index d13273ce310e9..a7cf5c2ffea90 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/README.md +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/README.md @@ -70,9 +70,6 @@ See [OAuth 2.0 On-Behalf-Of flow] for more information about OBO. ```yaml azure: activedirectory: - resource-server: - obo: - enabled: true client-id: client-secret: tenant-id: diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yml index e5277fefa6927..baa14996a2080 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yml @@ -3,9 +3,6 @@ server: azure: activedirectory: - resource-server: - obo: - enabled: true client-id: client-secret: tenant-id: