Skip to content

Commit

Permalink
Keycloak: Allow acme-demo to be used with flow-simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed Sep 20, 2023
1 parent 7c61ab2 commit b1502d7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/stage/dev/realms/acme-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,32 @@ clients:
fullScopeAllowed: false
redirectUris:
- "http://localhost/acme-standard-client/login*"
- "https://flowsimulator.pragmaticwebsecurity.com"
webOrigins:
- "+"
attributes:
# "pkce.code.challenge.method": "S256"
"post.logout.redirect.uris": "+"

- id: acme-public-client-1
clientId: acme-public-client-1
protocol: openid-connect
name: Client with Standard Flow
description: "Public Client Description"
enabled: true
publicClient: true
standardFlowEnabled: true
directAccessGrantsEnabled: false
serviceAccountsEnabled: false
fullScopeAllowed: false
redirectUris:
- "http://localhost/acme-public-client/login*"
- "https://flowsimulator.pragmaticwebsecurity.com"
webOrigins:
- "+"
attributes:
# "pkce.code.challenge.method": "S256"
"post.logout.redirect.uris": "+"

- id: acme-implicit-client-1
clientId: acme-implicit-client
Expand Down

0 comments on commit b1502d7

Please sign in to comment.