Commit eb2adf7
Fix resource server autoconfig to not require OAuth2 client
In this commit, we remove the InMemoryClientRegistrationRepository class
from the OAuth2ResourceServerAutoConfiguration clause, after which we
become independent of the OAuth2 client side.
Closes: gh-329
Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>1 parent 3017d77 commit eb2adf7
1 file changed
Lines changed: 2 additions & 3 deletions
File tree
- spring-grpc-server-spring-boot-autoconfigure/src/main/java/org/springframework/boot/grpc/server/autoconfigure/security
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
0 commit comments