dinukadesilva opened a new issue #189: URL: https://github.com/apache/airavata-custos/issues/189
Following request fetches a child tenant which has an admin tenant. But, the response returns an empty string for the parent client id. ``` GET https://custos.scigap.org/apiserver/tenant-management/v1.0.0/oauth2/tenant?client_id=custos-i5fi76wsknftkt289f1y-10002205 { "tenant_id": "10002205", "client_name": "xcxxc", "requester_email": "[email protected]", "admin_first_name": "Isuru", "admin_last_name": "Ranawaka", "admin_email": "[email protected]", "admin_username": "isjarana", "admin_password": "", "tenant_status": "ACTIVE", "contacts": [ "[email protected]" ], "redirect_uris": [ "http://localhost:8080/tenants/custos-ajy3na9yg9hfc8d3kwwk-10001902/child-tenants/new" ], "client_uri": "http://localhost:8080/tenants/custos-ajy3na9yg9hfc8d3kwwk-10001902/child-tenants/new", "scope": "openid email profile org.cilogon.userinfo", "domain": "http://localhost:8080/tenants/custos-ajy3na9yg9hfc8d3kwwk-10001902/child-tenants/new", "comment": "xcv", "logo_uri": "http://localhost:8080/tenants/custos-ajy3na9yg9hfc8d3kwwk-10001902/child-tenants/new", "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": "custos-i5fi76wsknftkt289f1y-10002205", "parent_client_id": "" } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
