Commit 11af211
Rujun Chen
Create new test module: azure-spring-boot-test-aad-resource-server (Azure#18412)
1. Add new test module: azure-spring-boot-test-aad-resource-server.
2. Update HOW_TO_RUN_AAD_INTEGRATION_TEST_IN_LOCALHOST.md.
3. Update the required dependency about oauth2-client and oauth2-resource-server.
4 .Delete duplicated codes in aad integration test modules.
5. Rename azure-spring-boot-sample-active-directory-resource-server-with-filter to azure-spring-boot-sample-active-directory-resource-server-by-filter.
6. Rename azure-spring-boot-sample-active-directory-resource-server-stateless to azure-spring-boot-sample-active-directory-resource-server-by-filter-stateless.
7. Move filter related test into a new module: azure-spring-boot-test-aad-resource-server-by-filter1 parent dc8f3e1 commit 11af211
File tree
82 files changed
+979
-751
lines changed- eng/versioning
- sdk/spring
- azure-spring-boot-samples
- azure-spring-boot-sample-active-directory-resource-server-by-filter-stateless
- docs
- src/main
- java/com/azure/spring/sample/aad
- controller
- security
- resources
- static
- azure-spring-boot-sample-active-directory-resource-server-by-filter
- src/main
- java/com/azure/spring/sample/aad
- controller
- model
- security
- resources
- static
- App
- Scripts
- Views
- azure-spring-boot-starter-active-directory
- azure-spring-boot-starter
- azure-spring-boot-test-aad-obo
- src/test/java/com/azure/test
- aad/webapi
- oauth
- azure-spring-boot-test-aad-resource-server-by-filter
- src/test/java/com/azure/test/aad/filter
- group/count
- stateful
- stateless
- azure-spring-boot-test-aad-resource-server
- src/test/java/com/azure/test/aad/resource/server
- azure-spring-boot-test-aad
- src/test/java/com/azure/test/aad
- filter
- stateful
- stateless
- selenium
- access/token/scopes
- azure-spring-boot-test-core
- src
- main/java/com/azure/spring/test
- aad
- ropc
- management
- test/java/com/azure/spring/test/aad/ropc
- azure-spring-boot-test-cosmos/src/test/java/com/azure/test/cosmos
- azure-spring-boot-test-keyvault/src/test/java/com/azure/test/keyvault
- azure-spring-boot-test-storage/src/test/java/com/microsoft/azure/test/storage
- azure-spring-boot
- images
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+979
-751
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
105 | | - | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
109 | 124 | | |
110 | 125 | | |
111 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments