Re: [Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-03 Thread Amila De Silva
On Thu, Sep 3, 2015 at 11:35 PM, Sanjeewa Malalgoda wrote: > API Manager/ APP Manager applications are super tenant deployed > multitenanted SaaS applications. > So its common to have some operations perform as admin users. Actually in > that cases application act as super users and handle tenant

Re: [Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-03 Thread Sanjeewa Malalgoda
API Manager/ APP Manager applications are super tenant deployed multitenanted SaaS applications. So its common to have some operations perform as admin users. Actually in that cases application act as super users and handle tenants and other user flows. So i dont see big issue with this. And We may

Re: [Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-03 Thread Amila De Silva
Hi, If this is about calling *ApplicationManagementAdmin**Service *using MutualSSL, then still this would be only available to admin users, isn't it. A similar approach was attempted while trying to create SP for AM_Application, at the time of Generating a key. The problem was, even mutual SSL all

Re: [Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-02 Thread Rushmin Fernando
Shouldn't we fix the relevant admin service to accept the tenant Id as a better solution ? On Thu, Sep 3, 2015 at 12:40 AM, Lakshani Gamage wrote: > Hi Sanjeewa, > > Yes. I'm trying to implement tenant SP creation for App manager. Thanks > for the quick response. > > Regards, > Lakshani. > > On

Re: [Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-02 Thread Lakshani Gamage
Hi Sanjeewa, Yes. I'm trying to implement tenant SP creation for App manager. Thanks for the quick response. Regards, Lakshani. On Thu, Sep 3, 2015 at 12:20 AM, Sanjeewa Malalgoda wrote: > If you are trying to implement tenant SP creation for App manager then we > can easily do it using mutual

Re: [Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-02 Thread Sanjeewa Malalgoda
If you are trying to implement tenant SP creation for App manager then we can easily do it using mutual SSL with tenant user name. We have implemented something similar and we can share code with you soon. Thanks, sanjeewa. On Thu, Sep 3, 2015 at 12:13 AM, Lakshani Gamage wrote: > Hi all, > > I

[Dev] How to call "IdentityApplicationManagementService" admin service as a tenant user

2015-09-02 Thread Lakshani Gamage
Hi all, I want to call "*IdentityApplicationManagementService*" admin service as a tenant user. I gave super tenant credentials to that stub and called " *createApplication*" method by changing tenant flow. But still the SP is created in ST space. If you have any idea, how to call this Service