2013-07-19 21:59:36 +00:00
|
|
|
{
|
2013-08-10 12:13:39 +00:00
|
|
|
"realm": "demo",
|
|
|
|
"enabled": true,
|
2014-02-21 17:12:54 +00:00
|
|
|
"accessTokenLifespan": 3000,
|
2013-08-10 12:13:39 +00:00
|
|
|
"accessCodeLifespan": 10,
|
2013-11-27 22:02:12 +00:00
|
|
|
"accessCodeLifespanUserAction": 6000,
|
2013-08-10 12:13:39 +00:00
|
|
|
"sslNotRequired": true,
|
2013-12-05 22:19:52 +00:00
|
|
|
"registrationAllowed": false,
|
|
|
|
"social": false,
|
2014-01-16 12:51:18 +00:00
|
|
|
"updateProfileOnInitialSocialLogin": false,
|
2013-08-10 12:13:39 +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",
|
2013-08-22 14:47:25 +00:00
|
|
|
"requiredCredentials": [ "password" ],
|
2013-08-10 12:13:39 +00:00
|
|
|
"users" : [
|
2013-07-19 21:59:36 +00:00
|
|
|
{
|
2013-07-22 20:34:14 +00:00
|
|
|
"username" : "bburke@redhat.com",
|
2013-09-21 11:21:28 +00:00
|
|
|
"enabled": true,
|
2014-03-12 14:17:09 +00:00
|
|
|
"email" : "bburke@redhat.com",
|
|
|
|
"firstName": "Bill",
|
|
|
|
"lastName": "Burke",
|
2013-07-19 21:59:36 +00:00
|
|
|
"credentials" : [
|
2013-08-10 12:13:39 +00:00
|
|
|
{ "type" : "password",
|
|
|
|
"value" : "password" }
|
2013-07-19 21:59:36 +00:00
|
|
|
]
|
2013-11-15 11:03:15 +00:00
|
|
|
}
|
|
|
|
],
|
2014-02-03 22:21:56 +00:00
|
|
|
"roles" : {
|
|
|
|
"realm" : [
|
|
|
|
{
|
|
|
|
"name": "user",
|
|
|
|
"description": "User privileges"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"description": "Administrator privileges"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2013-08-10 12:13:39 +00:00
|
|
|
"roleMappings": [
|
|
|
|
{
|
|
|
|
"username": "bburke@redhat.com",
|
|
|
|
"roles": ["user"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"scopeMappings": [
|
|
|
|
{
|
2014-02-27 03:23:04 +00:00
|
|
|
"client": "third-party",
|
2013-08-10 12:13:39 +00:00
|
|
|
"roles": ["user"]
|
2013-11-26 20:39:57 +00:00
|
|
|
},
|
|
|
|
{
|
2014-02-27 03:23:04 +00:00
|
|
|
"client": "customer-portal",
|
2013-11-26 20:39:57 +00:00
|
|
|
"roles": ["user"]
|
|
|
|
},
|
|
|
|
{
|
2014-02-27 03:23:04 +00:00
|
|
|
"client": "product-portal",
|
2013-11-26 20:39:57 +00:00
|
|
|
"roles": ["user"]
|
2013-08-10 12:13:39 +00:00
|
|
|
}
|
2013-11-26 20:39:57 +00:00
|
|
|
|
2013-08-10 12:13:39 +00:00
|
|
|
],
|
2013-08-10 16:43:55 +00:00
|
|
|
"applications": [
|
2013-08-10 12:13:39 +00:00
|
|
|
{
|
|
|
|
"name": "customer-portal",
|
|
|
|
"enabled": true,
|
2013-12-19 20:22:15 +00:00
|
|
|
"adminUrl": "http://localhost:8080/customer-portal",
|
2014-03-12 16:56:57 +00:00
|
|
|
"baseUrl": "http://localhost:8080/customer-portal",
|
2014-03-06 01:26:27 +00:00
|
|
|
"redirectUris": [
|
|
|
|
"http://localhost:8080/customer-portal/*"
|
|
|
|
],
|
2014-02-27 15:59:47 +00:00
|
|
|
"secret": "password"
|
2013-08-10 12:13:39 +00:00
|
|
|
},
|
2014-03-12 16:56:57 +00:00
|
|
|
{
|
|
|
|
"name": "customer-portal-js",
|
|
|
|
"enabled": true,
|
|
|
|
"publicClient": true,
|
|
|
|
"adminUrl": "http://localhost:8080/customer-portal-js",
|
|
|
|
"baseUrl": "http://localhost:8080/customer-portal-js",
|
|
|
|
"redirectUris": [
|
|
|
|
"http://localhost:8080/customer-portal-js/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "customer-portal-cli",
|
|
|
|
"enabled": true,
|
|
|
|
"publicClient": true,
|
|
|
|
"redirectUris": [
|
|
|
|
"urn:ietf:wg:oauth:2.0:oob",
|
|
|
|
"http://localhost"
|
|
|
|
]
|
|
|
|
},
|
2013-08-10 12:13:39 +00:00
|
|
|
{
|
|
|
|
"name": "product-portal",
|
|
|
|
"enabled": true,
|
2013-12-19 20:22:15 +00:00
|
|
|
"adminUrl": "http://localhost:8080/product-portal",
|
2014-03-12 16:56:57 +00:00
|
|
|
"baseUrl": "http://localhost:8080/product-portal",
|
2014-03-06 01:26:27 +00:00
|
|
|
"redirectUris": [
|
|
|
|
"http://localhost:8080/product-portal/*"
|
|
|
|
],
|
2014-02-27 15:59:47 +00:00
|
|
|
"secret": "password"
|
2013-08-10 12:13:39 +00:00
|
|
|
}
|
2013-11-26 20:39:57 +00:00
|
|
|
],
|
|
|
|
"oauthClients": [
|
|
|
|
{
|
|
|
|
"name": "third-party",
|
|
|
|
"enabled": true,
|
2014-03-06 01:26:27 +00:00
|
|
|
"redirectUris": [
|
|
|
|
"http://localhost:8080/oauth-client/*",
|
|
|
|
"http://localhost:8080/oauth-client-cdi/*"
|
|
|
|
],
|
2014-02-27 15:59:47 +00:00
|
|
|
"secret": "password"
|
2013-11-26 20:39:57 +00:00
|
|
|
}
|
2013-11-27 22:02:12 +00:00
|
|
|
],
|
|
|
|
"applicationRoleMappings": {
|
2014-01-15 15:02:56 +00:00
|
|
|
"account": [
|
2013-11-27 22:02:12 +00:00
|
|
|
{
|
|
|
|
"username": "bburke@redhat.com",
|
|
|
|
"roles": ["manage-account"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2013-11-26 20:39:57 +00:00
|
|
|
|
2013-11-15 11:03:15 +00:00
|
|
|
}
|