added default client id
parent
adbf32d39f
commit
b4a210dc0e
|
@ -25,7 +25,7 @@ variables:
|
|||
|
||||
http:
|
||||
- raw:
|
||||
- |+
|
||||
- |
|
||||
GET /realms/master/protocol/openid-connect/auth?client_id={{client_id}}&redirect_uri={{redir_host}}:80@{{redirect_uri}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
@ -38,6 +38,16 @@ http:
|
|||
- http://[::]
|
||||
- https://[::]
|
||||
|
||||
client_id:
|
||||
- security-admin-console
|
||||
- master-realm
|
||||
- broker
|
||||
- admin-cli
|
||||
- account
|
||||
- account-console
|
||||
|
||||
attack: clusterbomb
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue