File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
selenium/test/oauth/spring Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -28,28 +28,40 @@ spring:
28
28
- rabbitmq
29
29
authorizationserver :
30
30
client :
31
+ introspection_client :
32
+ registration :
33
+ provider : spring
34
+ client-id : introspection_client
35
+ client-secret : " {noop}introspection_client"
36
+ authorization-grant-types :
37
+ - client_credentials
38
+ client-authentication-methods :
39
+ - client_secret_basic
40
+ client-name : introspection_client
31
41
mgt_api_client :
32
42
registration :
33
43
provider : spring
34
44
client-id : mgt_api_client
45
+ client-secret : " {noop}mgt_api_client"
35
46
authorization-grant-types :
36
47
- client_credentials
37
48
client-authentication-methods :
38
49
- client_secret_basic
39
- token-settings :
40
- access-token-format : reference
41
50
scopes :
42
51
- openid
43
52
- profile
44
53
- rabbitmq.tag:management
45
54
client-name : mgt_api_client
55
+ token :
56
+ access-token-format : reference
46
57
rabbitmq_client_code_opaque :
47
58
registration :
48
59
provider : spring
49
60
client-id : rabbitmq_client_code_opaque
61
+ client-secret : " {noop}rabbitmq_client_code_opaque"
50
62
require-proof-key : true
51
63
token-settings :
52
- access-token-format : reference
64
+ access-token-format : reference
53
65
authorization-grant-types :
54
66
- authorization_code
55
67
client-authentication-methods :
You can’t perform that action at this time.
0 commit comments