Skip to content

Commit

Permalink
Rename oxTrust UMA properties #407:
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 28, 2016
1 parent 33a3e5a commit 7cf4ded
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/oxtrust-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@

"umaIssuer":"https://%(hostname)s",

"umaClientId":"%(scim_rs_client_id)s",
"umaClientKeyId":"",
"umaResourceId":"1447184268430",
"umaScope":"https://%(hostname)s/oxauth/seam/resource/restv1/uma/scopes/scim_access",
"umaClientKeyStoreFile":"%(scim_rs_client_jks_fn)s",
"umaClientKeyStorePassword":"%(scim_rs_client_jks_pass_encoded)s",
"scimUmaClientId":"%(scim_rs_client_id)s",
"scimUmaClientKeyId":"",
"scimUmaResourceId":"1447184268430",
"scimUmaScope":"https://%(hostname)s/oxauth/seam/resource/restv1/uma/scopes/scim_access",
"scimUmaClientKeyStoreFile":"%(scim_rs_client_jks_fn)s",
"scimUmaClientKeyStorePassword":"%(scim_rs_client_jks_pass_encoded)s",

"passportUmaClientId":"%(passport_rs_client_id)s",
"passportUmaClientKeyId":"",
Expand Down

0 comments on commit 7cf4ded

Please sign in to comment.