mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-10 15:45:59 +01:00
* feat: auth * chore: corret error codes * chore: corret error codes * fix: feature auth in cdk-axum * refactor: auth logging * feat: include dleq in auth proof * feat: mint max auth proofs * chore: clippy
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"realm" : "cdk-test-realm",
|
|
"users" : [ {
|
|
"id" : "6ea5cccc-bb0d-4757-a676-2515056fb4c6",
|
|
"username" : "cdk-test",
|
|
"firstName" : "test",
|
|
"lastName" : "test",
|
|
"email" : "test@email.com",
|
|
"emailVerified" : false,
|
|
"createdTimestamp" : 1740501176107,
|
|
"enabled" : true,
|
|
"totp" : false,
|
|
"credentials" : [ {
|
|
"id" : "a184d280-ee03-48c1-bd99-b60cbec7f828",
|
|
"type" : "password",
|
|
"userLabel" : "My password",
|
|
"createdDate" : 1740501197395,
|
|
"secretData" : "{\"value\":\"qIQdnJ76MfwoPE0NgGxjpNPOrWvlvnIhreaCA0fX88g=\",\"salt\":\"npddG2eT8Ofp/M2QORJu0Q==\",\"additionalParameters\":{}}",
|
|
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
|
|
} ],
|
|
"disableableCredentialTypes" : [ ],
|
|
"requiredActions" : [ ],
|
|
"realmRoles" : [ "default-roles-cdk-test-realm" ],
|
|
"notBefore" : 0,
|
|
"groups" : [ ]
|
|
} ]
|
|
} |