Skip to content

Commit 11baa9e

Browse files
committed
Fixes examples
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 6c02af7 commit 11baa9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsl-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ use:
148148
petStoreOAuth2:
149149
oauth2:
150150
authority: https://petstore.swagger.io/.well-known/openid-configuration
151-
grant: client-credentials
151+
grant: client_credentials
152152
client:
153153
id: workflow-runtime
154154
secret: "**********"
@@ -1287,7 +1287,7 @@ do:
12871287
authority: http://keycloak/realms/fake-authority
12881288
endpoints:
12891289
token: /oauth2/token
1290-
grant: client-credentials
1290+
grant: client_credentials
12911291
client:
12921292
id: workflow-runtime
12931293
secret: "**********"

0 commit comments

Comments
 (0)