Skip to content

Commit

Permalink
Add firstname and lastname to Keycloak realm file
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 24, 2024
1 parent 45ff1a6 commit 24e1a35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/etc/keycloak/realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"id": "demo",
"email": "[email protected]",
"username": "demo",
"firstName": "Firstname",
"lastName": "Lastname",
"enabled": true,
"emailVerified": true,
"credentials": [
Expand Down Expand Up @@ -99,6 +101,8 @@
"id": "support",
"email": "[email protected]",
"username": "support",
"firstName": "Firstname",
"lastName": "Lastname",
"enabled": true,
"emailVerified": true,
"credentials": [
Expand Down
4 changes: 4 additions & 0 deletions test/etc/keycloak/realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"id": "demo",
"email": "[email protected]",
"username": "demo",
"firstName": "Firstname",
"lastName": "Lastname",
"enabled": true,
"emailVerified": true,
"credentials": [
Expand Down Expand Up @@ -99,6 +101,8 @@
"id": "support",
"email": "[email protected]",
"username": "support",
"firstName": "Firstname",
"lastName": "Lastname",
"enabled": true,
"emailVerified": true,
"credentials": [
Expand Down

0 comments on commit 24e1a35

Please sign in to comment.