Hello Meghna,
These are our comments about all questions.
Q1 & Q3. Below you can see our config oxd-conf.json file. As you can see, the remove_expired_clients is false, already. When I asked about non-expiring credentials, I meant how can I set manually both konga clients/secret?. I understand for next release will be removed the second client, but at moment, how can I configure GG to use two clients created by me, client 1 & client 2?
Q2. In this file /opt/gluu-gateway/konga/config/local.js, can be set only one client.
Q4. If I set manually "any" oxd ID during GG setup, will it work?. Can the oxd ID a string define by me?
Thank you for your help!
Regards,
Christian
```
oxd-conf.json
{
"server_name": "hidden",
"port": 8099,
"localhost_only": true,
"time_out_in_seconds": 0,
"use_client_authentication_for_pat": true,
"trust_all_certs": true,
"trust_store_path": "",
"trust_store_password": "",
"crypt_provider_key_store_path": "",
"crypt_provider_key_store_password": "",
"crypt_provider_dn_name": "",
"license_id": "hidden",
"public_key": "hidden",
"public_password": "hidden",
"license_password": "hidden",
"support-google-logout": true,
"state_expiration_in_minutes": 5,
"nonce_expiration_in_minutes": 5,
"public_op_key_cache_expiration_in_minutes": 60,
"protect_commands_with_access_token": false,
"uma2_auto_register_claims_gathering_endpoint_as_redirect_uri_of_client": true,
"migration_source_folder_path": "",
"storage": "h2",
"storage_configuration": {
"dbFileLocation": "/opt/oxd-server/data/oxd_db"
},
"remove_expired_clients":false
}
```