2013-08-22 09:14:44 +00:00
|
|
|
{
|
2013-10-01 13:51:35 +00:00
|
|
|
"id": "test",
|
2013-09-26 13:09:02 +00:00
|
|
|
"realm": "test",
|
2013-08-22 09:14:44 +00:00
|
|
|
"enabled": true,
|
2013-11-15 11:03:15 +00:00
|
|
|
"tokenLifespan": 600,
|
|
|
|
"accessCodeLifespan": 600,
|
2013-09-13 11:30:07 +00:00
|
|
|
"accessCodeLifespanUserAction": 600,
|
2013-08-22 09:14:44 +00:00
|
|
|
"sslNotRequired": true,
|
|
|
|
"cookieLoginAllowed": true,
|
|
|
|
"registrationAllowed": true,
|
2013-10-19 15:24:58 +00:00
|
|
|
"accountManagement": true,
|
2013-09-20 11:53:44 +00:00
|
|
|
"resetPasswordAllowed": true,
|
2013-08-22 09:14:44 +00:00
|
|
|
"privateKey": "MIICXAIBAAKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQABAoGAfmO8gVhyBxdqlxmIuglbz8bcjQbhXJLR2EoS8ngTXmN1bo2L90M0mUKSdc7qF10LgETBzqL8jYlQIbt+e6TH8fcEpKCjUlyq0Mf/vVbfZSNaVycY13nTzo27iPyWQHK5NLuJzn1xvxxrUeXI6A2WFpGEBLbHjwpx5WQG9A+2scECQQDvdn9NE75HPTVPxBqsEd2z10TKkl9CZxu10Qby3iQQmWLEJ9LNmy3acvKrE3gMiYNWb6xHPKiIqOR1as7L24aTAkEAtyvQOlCvr5kAjVqrEKXalj0Tzewjweuxc0pskvArTI2Oo070h65GpoIKLc9jf+UA69cRtquwP93aZKtW06U8dQJAF2Y44ks/mK5+eyDqik3koCI08qaC8HYq2wVl7G2QkJ6sbAaILtcvD92ToOvyGyeE0flvmDZxMYlvaZnaQ0lcSQJBAKZU6umJi3/xeEbkJqMfeLclD27XGEFoPeNrmdx0q10Azp4NfJAY+Z8KRyQCR2BEG+oNitBOZ+YXF9KCpH3cdmECQHEigJhYg+ykOvr1aiZUMFT72HU0jnmQe2FVekuG+LJUt2Tm7GtMjTFoGpf0JwrVuZN39fOYAlo+nTixgeW7X8Y=",
|
|
|
|
"publicKey": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB",
|
|
|
|
"requiredCredentials": [ "password" ],
|
|
|
|
"requiredApplicationCredentials": [ "password" ],
|
|
|
|
"requiredOAuthClientCredentials": [ "password" ],
|
|
|
|
"defaultRoles": [ "user" ],
|
2013-10-22 12:46:56 +00:00
|
|
|
"smtpServer": {
|
|
|
|
"from": "auto@keycloak.org",
|
|
|
|
"host": "localhost",
|
|
|
|
"port":"3025"
|
|
|
|
},
|
2013-08-22 09:14:44 +00:00
|
|
|
"users" : [
|
|
|
|
{
|
2013-09-26 13:09:02 +00:00
|
|
|
"username" : "test-user@localhost",
|
2013-09-21 11:21:28 +00:00
|
|
|
"enabled": true,
|
2013-09-26 13:09:02 +00:00
|
|
|
"email" : "test-user@localhost",
|
2013-08-22 09:14:44 +00:00
|
|
|
"credentials" : [
|
|
|
|
{ "type" : "password",
|
|
|
|
"value" : "password" }
|
|
|
|
]
|
2013-11-15 11:03:15 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"clients" : [
|
2013-10-09 11:36:17 +00:00
|
|
|
{
|
|
|
|
"username" : "third-party",
|
|
|
|
"enabled": true,
|
|
|
|
"credentials" : [
|
|
|
|
{ "type" : "password",
|
|
|
|
"value" : "password" }
|
|
|
|
]
|
2013-08-22 09:14:44 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"roles": [
|
|
|
|
{
|
|
|
|
"name": "user",
|
|
|
|
"description": "Have User privileges"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"description": "Have Administrator privileges"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"roleMappings": [
|
|
|
|
{
|
2013-09-26 13:09:02 +00:00
|
|
|
"username": "test-user@localhost",
|
2013-08-22 09:14:44 +00:00
|
|
|
"roles": ["user"]
|
2013-10-09 11:36:17 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"scopeMappings": [
|
|
|
|
{
|
|
|
|
"username": "third-party",
|
|
|
|
"roles": ["user"]
|
2013-11-15 12:43:17 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"username": "test-app",
|
|
|
|
"roles": ["user"]
|
2013-08-22 09:14:44 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"applications": [
|
|
|
|
{
|
2013-09-26 13:09:02 +00:00
|
|
|
"name": "test-app",
|
2013-08-22 09:14:44 +00:00
|
|
|
"enabled": true,
|
2013-09-26 13:09:02 +00:00
|
|
|
"adminUrl": "http://localhost:8081/app/logout",
|
2013-08-22 09:14:44 +00:00
|
|
|
"credentials": [
|
|
|
|
{
|
|
|
|
"type": "password",
|
|
|
|
"value": "password"
|
|
|
|
}
|
2013-10-09 11:36:17 +00:00
|
|
|
],
|
|
|
|
"roles": [
|
|
|
|
{
|
|
|
|
"name": "customer-user",
|
|
|
|
"description": "Have Customer User privileges"
|
2013-11-18 14:16:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "customer-admin",
|
|
|
|
"description": "Have Customer Admin privileges"
|
2013-10-09 11:36:17 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"roleMappings": [
|
|
|
|
{
|
|
|
|
"username": "test-user@localhost",
|
|
|
|
"roles": ["customer-user"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"scopeMappings": [
|
|
|
|
{
|
|
|
|
"username": "third-party",
|
|
|
|
"roles": ["customer-user"]
|
|
|
|
}
|
2013-08-22 09:14:44 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|