Skip to content

Commit b45b726

Browse files
Merge pull request #54 from JavatoDev-com/53-default-user-creation-on-keycloak-startup
53 default user creation on keycloak startup
2 parents a2105a1 + a3acbbb commit b45b726

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docker-compose/keycloak/realm-export.json

+27
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,33 @@
474474
"webAuthnPolicyPasswordlessAcceptableAaguids": [],
475475
"webAuthnPolicyPasswordlessExtraOrigins": [],
476476
"users": [
477+
{
478+
"id": "267fff27-fa2a-428d-9115-a731731722d2",
479+
"createdTimestamp": 1715799797189,
480+
"username": "[email protected]",
481+
"enabled": true,
482+
"totp": false,
483+
"emailVerified": true,
484+
"firstName": "Javatodev",
485+
"lastName": "Admin",
486+
"email": "[email protected]",
487+
"disableableCredentialTypes": [],
488+
"requiredActions": [],
489+
"notBefore": 0,
490+
"credentials": [
491+
{
492+
"type": "password",
493+
"value": "5V7huE3G86uB"
494+
}
495+
],
496+
"access": {
497+
"manageGroupMembership": true,
498+
"view": true,
499+
"mapRoles": true,
500+
"impersonate": false,
501+
"manage": true
502+
}
503+
},
477504
{
478505
"id": "a3c44ecb-cb94-4a3f-9014-f40bd4ff5fce",
479506
"createdTimestamp": 1715702547923,

0 commit comments

Comments
 (0)