You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by GitBox <gi...@apache.org> on 2021/06/07 04:59:10 UTC

[GitHub] [airavata-custos] dinukadesilva opened a new issue #189: `parent_client_id` is empty in the tenant get by id endpoint response

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": "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/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:
users@infra.apache.org



[GitHub] [airavata-custos] isururanawaka closed issue #189: `parent_client_id` is empty in the tenant get by id endpoint response

Posted by GitBox <gi...@apache.org>.
isururanawaka closed issue #189:
URL: https://github.com/apache/airavata-custos/issues/189


   


-- 
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:
users@infra.apache.org