-
Notifications
You must be signed in to change notification settings - Fork 8
/
realm-rhsso-training.json
131 lines (131 loc) · 4.13 KB
/
realm-rhsso-training.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"realm": "rhsso-training",
"enabled": true,
"userManagedAccessAllowed": "true",
"sslRequired": "external",
"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"
],
"users": [
{
"username": "alice",
"enabled": true,
"email": "[email protected]",
"firstName": "Alice",
"lastName": "In Chains",
"credentials": [
{
"type": "password",
"value": "alice"
}
],
"realmRoles": [
"user", "uma_authorization", "marketing-user"
],
"clientRoles": {
"account": [
"manage-account"
]
}
},
{
"username": "jdoe",
"enabled": true,
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"credentials": [
{
"type": "password",
"value": "jdoe"
}
],
"realmRoles": [
"user", "uma_authorization"
],
"clientRoles": {
"account": [
"manage-account"
]
}
},
{
"username": "admin",
"enabled": true,
"email": "[email protected]",
"firstName": "Admin",
"lastName": "Istrator",
"credentials": [
{
"type": "password",
"value": "admin"
}
],
"realmRoles": [
"admin", "uma_authorization"
],
"clientRoles": {
"realm-management": [
"realm-admin"
],
"account": [
"manage-account"
]
}
}
],
"roles": {
"realm": [
{
"name": "user",
"description": "User privileges"
},
{
"name": "marketing-admin",
"description": "Marketing Department Administrator"
},
{
"name": "marketing-user",
"description": "Marketing Department User"
}
]
},
"clients": [
{
"clientId": "marketing-html5",
"enabled": true,
"adminUrl": "http://localhost:8081/marketing-html5",
"baseUrl": "http://localhost:8081/marketing-html5",
"publicClient": true,
"fullScopeAllowed" : true,
"redirectUris": [
"http://localhost:8081/marketing-html5/*",
"http://127.0.0.1:8081/marketing-html5/*"
],
"webOrigins": ["http://localhost:8081", "http://127.0.0.1:8081"]
},
{
"clientId": "marketing-restful-api",
"secret": "secret",
"enabled": true,
"baseUrl": "http://localhost:3000/campaigns",
"authorizationServicesEnabled" : true,
"redirectUris": [
"http://localhost:8081/marketing-html5"
],
"webOrigins" : ["http://localhost:8081", "http://127.0.0.1:8081","http://localhost:8080", "http://127.0.0.1:8080"]
},
{
"clientId": "finance-webapp",
"clientAuthenticatorType" : "client-secret",
"secret" : "bsdENoiz31nDGsDuH8hLc4pfbeixY8fS",
"rootUrl" : "http://localhost:8080/finance",
"enabled": true,
"baseUrl": "http://localhost:8080/finance",
"redirectUris" : [ "http://localhost:8080/finance/*" ],
"webOrigins" : ["http://localhost:8080", "http://127.0.0.1:8080"]
}
]
}