| { | |
| "password.cipher.algorithm": "SHA1", | |
| "token.length": 256, | |
| "token.expireTime": 60, | |
| "selfRegistration.allowed": true, | |
| "passwordReset.allowed": true, | |
| "passwordReset.securityQuestion": true, | |
| "authentication.attributes": ["username"], | |
| "authentication.statuses": ["created", "active"], | |
| "log.lastlogindate": true, | |
| "return.password.value": false, | |
| "jwt.lifetime.minutes": 120, | |
| "connector.conf.history.size": 10, | |
| "resource.conf.history.size": 10 | |
| } |