... | ... | @@ -37,7 +37,7 @@ |
|
|

|
|
|
</ul>
|
|
|
<ul>
|
|
|
<li>Now open config file from assets folder <strong>(path: src->assets->config->config.dev.json</strong>) as shown below. Inside config folger there will be 2 json file. One named as config.dev.json and other as config.prod.json. For testing purpose update the details for config.dev.json and for Production update config.prod.json. Inside config.dev.json update all the fields for your respective idp (<strong>auth_url,token_url,</strong><strong> logout_uri, client_id, client_secret, scope, data_partition, entitlement_endpoint, storage_endpoint, search_endpoint, legal_endpoint</strong>). For example, If your respective idp is AWS then update the details for the object where cloud_name field is “aws”. Once all the details are updated, change “in_use” key value as true for your respective ipd’s json object. Make sure that the “in_use” key value is set as false for all other objects.</li>
|
|
|
<li>Now expand the folder <b>src</b> from side nav and then expand <b>assets folder</b> and then select <b>config folder</b>. You will find 2 json files inside config folder, one named as <b>config,dev.json</b> and other as <b>config.prod.json</b>. For the dev release update the cloud provider details like auth_token url, client id, client secret, etc in config.dev.json file. But if you are doing a production deployment then update these details in config.prod.json file. Inside config.dev.json update all the fields for your respective idp (<strong>auth_url,token_url,</strong><strong> logout_uri, client_id, client_secret, scope, data_partition, entitlement_endpoint, storage_endpoint, search_endpoint, legal_endpoint</strong>). For example, If your respective idp is AWS then update the details for the object where cloud_name field is “aws”. Once all the details are updated, change “in_use” key value as true for your respective ipd’s json object. Make sure that the “in_use” key value is set as false for all other cloud provider objects.</li>
|
|
|

|
|
|
</ul>
|
|
|
<p> </p>
|
... | ... | |