Skip to content

Commit f7634df

Browse files
committed
🔧 update local keycloak setup with public client and broader allowed weborigins
1 parent ae7794d commit f7634df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

stack/keycloak/migration/02_add-clients.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ changes:
55
- addSimpleClient:
66
clientId: local
77
secret: client_secret
8-
publicClient: false
8+
publicClient: true
99
redirectUris:
1010
- http://*
1111
- https://*
1212

13+
- updateClient:
14+
clientId: local
15+
webOrigins:
16+
- *
17+
1318
# Maps user client roles of current client into a claim "authorities"
1419
- addClientMapper:
1520
clientId: local

0 commit comments

Comments
 (0)