-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md file in the resource-server-obo (#18372)
- Loading branch information
1 parent
f19b24f
commit ae0c6a1
Showing
11 changed files
with
68 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+304 KB
...ng-boot-sample-active-directory-resource-server-obo/docs/image-aad-obo-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53.9 KB
...ple-active-directory-resource-server-obo/docs/image-add-grant-admin-consent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+71.9 KB
...boot-sample-active-directory-resource-server-obo/docs/image-add-permissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+60.4 KB
...tive-directory-resource-server-obo/docs/image-resource-server-obo-add-scope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+66.3 KB
...g-boot-sample-active-directory-resource-server-obo/docs/image-select-myapis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-175 KB
...-directory-resource-server-obo/resource/resource-server-obo-add-permissions.png
Binary file not shown.
Binary file removed
BIN
-216 KB
...active-directory-resource-server-obo/resource/resource-server-obo-add-scope.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
...ring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yaml
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
...pring-boot-sample-active-directory-resource-server-obo/src/main/resources/application.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
server: | ||
port: 8080 | ||
|
||
azure: | ||
activedirectory: | ||
resource-server: | ||
obo: | ||
enabled: true | ||
client-id: <Web-API-A-client-id> | ||
client-secret: <Web-API-A-client-secret> | ||
tenant-id: <Tenant-id-registered-by-application> | ||
app-id-uri: <Web-API-A-app-id-url> | ||
authorization-clients: | ||
graph: | ||
scopes: | ||
- https://graph.microsoft.com/User.Read | ||
custom: | ||
scopes: | ||
- <Web-API-B-app-id-url>/Obo.File.Read |