Missing variables in the child tenants get all response
Closed this issue · 0 comments
dinukadesilva commented
e.g.: client_id
, parent_client_id
is empty.
{
"tenant": [
{
"tenant_id": "10002102",
"client_name": "abcd-chld3",
"requester_email": "irjanith@gmail.com",
"admin_first_name": "Isuru",
"admin_last_name": "Ranawaka",
"admin_email": "irjanith@gmail.com",
"admin_username": "isjarana",
"admin_password": "",
"tenant_status": "ACTIVE",
"contacts": [
"irjanith@gmail.com"
],
"redirect_uris": [
"http://localhost:8080/tenants-new?parentClientId=custos-ajy3na9yg9hfc8d3kwwk-10001902"
],
"client_uri": "http://localhost:8080/tenants-new?parentClientId=custos-ajy3na9yg9hfc8d3kwwk-10001902",
"scope": "openid email profile org.cilogon.userinfo",
"domain": "http://localhost:8080/tenants-new?parentClientId=custos-ajy3na9yg9hfc8d3kwwk-10001902",
"comment": "hhjhj",
"logo_uri": "http://localhost:8080/tenants-new?parentClientId=custos-ajy3na9yg9hfc8d3kwwk-10001902",
"parent_tenant_id": "10001902",
"application_type": "web",
"token_endpoint_auth_method": "",
"jwks_uri": "",
"example_extension_parameter": "",
"tos_uri": "",
"policy_uri": "",
"jwks": {},
"software_id": "",
"software_version": "",
"refesh_token_lifetime": "0",
"client_id": "",
"parent_client_id": ""
}
],
"total_num_of_tenants": 1
}