-
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 azure-spring-boot-sample-active-director…
…y-resource-server (#18361)
- Loading branch information
1 parent
ae0c6a1
commit 34a28f2
Showing
17 changed files
with
49 additions
and
73 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
+77 KB
...-spring-boot-sample-active-directory-resource-server/docs/image-add-a-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
+91.3 KB
...ample-active-directory-resource-server/docs/image-add-custom-apis-to-webapp.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
+333 KB
...boot-sample-active-directory-resource-server/docs/image-add-resource-server.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
-72.4 KB
...g-boot-sample-active-directory-resource-server/docs/image-app-id-uri-config.png
Binary file not shown.
Binary file added
BIN
+49.1 KB
...g-boot-sample-active-directory-resource-server/docs/image-creat-secrets-api.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
+57.1 KB
...e-spring-boot-sample-active-directory-resource-server/docs/image-expose-api.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
+70.5 KB
.../azure-spring-boot-sample-active-directory-resource-server/docs/image-final.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
+67.5 KB
...-boot-sample-active-directory-resource-server/docs/image-granted-permission.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
+67.5 KB
...pring-boot-sample-active-directory-resource-server/docs/image-protal-manage.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
+40 KB
...-boot-sample-active-directory-resource-server/docs/image-register-a-web-api.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
-49.5 KB
...-sample-active-directory-resource-server/docs/image-register-an-application.png
Binary file not shown.
Binary file removed
BIN
-96.6 KB
...oot-sample-active-directory-resource-server/docs/image-scope-configurations.png
Binary file not shown.
Binary file removed
BIN
-93.2 KB
...-sample-active-directory-resource-server/docs/image-select-new-registration.png
Binary file not shown.
Binary file added
BIN
+94 KB
...t-sample-active-directory-resource-server/docs/image-set-application-id-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
7 changes: 4 additions & 3 deletions
7
...src/main/resources/application.properties → ...server/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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# If we configure the azure.activedirectory.client-id or azure.activedirectory.app-id-uri will be to check the audience. | ||
# In v2.0 tokens, this is always the client ID of the API, while in v1.0 tokens it can be the client ID or the resource URI used in the request. | ||
# If you are using v1.0 tokens, configure both to properly complete the audience validation. | ||
# 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: | ||
# client-id: <client-id> | ||
# app-id-uri: <app-id-uri> |