Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-10-15 Thread Dimuthu Leelarathne
On Tue, Oct 15, 2013 at 3:01 PM, Asanka Dissanayake wrote:

> Hi,
>
> When tenant admin import users to the tenant , should we use email address
> and derive user name from email address?
> For example,
> User imports the user as *asan...@wso2.com*, then the user name is *
> asankad.*
>

+1 as per our user story for the initial cut.

thanks,
dimuthu


> Then notification email can be sent to the given email. In the
> notification mail , we can mention the user name and the given default
> password to the user.
>
> Otherwise, if we take only a user name how can we send the notification
> mail to the user.
>
>
>
> On Wed, Sep 4, 2013 at 2:22 PM, Amila Maha Arachchi wrote:
>
>> IMO following should be the behaviour.
>>
>>
>>1. Tenant admin adds users (one by one or bulk user import). At this
>>moment only username and password should be provided by the tenant admin
>>(no need to worry about fname, lname etc.).
>>2. There should be a account mgt (or profile mgt) page for the users
>>to edit their profile information. Using this, they can fill in their
>>fname, lname etc.
>>3. Under profile mgt, we can provide a change pwd option too.
>>
>> Above is also behaviour of SLive. And, we are never going to expose the
>> mgt console to any user :)
>>
>>
>> On Wed, Sep 4, 2013 at 1:47 PM, Asanka Dissanayake wrote:
>>
>>> Hi All,
>>> This is the present situation of $subject.
>>>
>>> 1. users are added via bulk user import which takes a csv or xlsx file
>>> which contains the user names of the users to be added.And a default
>>> password can be set for the set users.
>>> 2. users are not allowed to register themselves.
>>>
>>> above 1 and 2 causes following problems and can be overcome with
>>> solutions mentioned next to the problem.
>>>
>>> *Problem*
>>> ATM csv file takes only the user name of the user to be added. no Fname
>>> Lname or email.
>>>
>>> *Solution*
>>> introduce a new method to carbon user mgt, to accept Fname,Lname,email
>>> from the csv file.
>>>
>>> *Problem*
>>> ATM , users are not allowed to change their passwords or reset there
>>> passwords in case of forgetting it.So how can they change default password.
>>>
>>> *Solution*
>>> Provide a simple UI, to change their password.
>>>
>>> *Problem*
>>> where to perform bulk importing of the users by the tenant admin.
>>>
>>> *Solution*
>>> ?? please suggest one... IMHO, can we use management console for
>>> this ?
>>>
>>> So in the team management page, what we are going to do is actually not
>>> adding a user to the tenant, it is adding a role (dev,qa) to an existing
>>> user in the tenant.
>>>
>>>
>>>
>>>
>>> On Wed, Sep 4, 2013 at 11:24 AM, Sameera Perera wrote:
>>>

 On Wed, Sep 4, 2013 at 10:33 AM, Asanka Dissanayake 
 wrote:

> We have another option to change the bulkuserimport method to take
> Fname and Lname and other required details in the csv file. WDYT?


 I believe this is a good enough solution, given that most likely
 sources of a "users.csv" would be LDAP and Google Apps. Are there any other
 likely sources?
 I'll let Dimuthu / Amila make the final call :)


 --

 --

 *Sameera Perera*
 Senior Manager, Cloud Technology Group
 gtalk: samee...@wso2.com
 *WSO2, Inc.* 
 lean.enterprise.middleware



>>>
>>>
>>> --
>>>
>>> *Asanka Dissanayake
>>> Software Engineer*
>>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>>> *
>>> email: asan...@wso2.com ,   blog:
>>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>>> 71 8373821*
>>>
>>
>>
>>
>> --
>> *Amila Maharachchi*
>> Senior Technical Lead
>> WSO2, Inc.; http://wso2.com
>>
>> Blog: http://maharachchi.blogspot.com
>> Mobile: +94719371446
>>
>>
>
>
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
> 8373821*
>



-- 
Dimuthu Leelarathne
Architect & Product Lead of App Factory

WSO2, Inc. (http://wso2.com)
email: dimut...@wso2.com
Mobile : 0773661935

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-10-15 Thread Asanka Dissanayake
Hi,

When tenant admin import users to the tenant , should we use email address
and derive user name from email address?
For example,
User imports the user as *asan...@wso2.com*, then the user name is *asankad.
*
Then notification email can be sent to the given email. In the notification
mail , we can mention the user name and the given default password to the
user.

Otherwise, if we take only a user name how can we send the notification
mail to the user.



On Wed, Sep 4, 2013 at 2:22 PM, Amila Maha Arachchi  wrote:

> IMO following should be the behaviour.
>
>
>1. Tenant admin adds users (one by one or bulk user import). At this
>moment only username and password should be provided by the tenant admin
>(no need to worry about fname, lname etc.).
>2. There should be a account mgt (or profile mgt) page for the users
>to edit their profile information. Using this, they can fill in their
>fname, lname etc.
>3. Under profile mgt, we can provide a change pwd option too.
>
> Above is also behaviour of SLive. And, we are never going to expose the
> mgt console to any user :)
>
>
> On Wed, Sep 4, 2013 at 1:47 PM, Asanka Dissanayake wrote:
>
>> Hi All,
>> This is the present situation of $subject.
>>
>> 1. users are added via bulk user import which takes a csv or xlsx file
>> which contains the user names of the users to be added.And a default
>> password can be set for the set users.
>> 2. users are not allowed to register themselves.
>>
>> above 1 and 2 causes following problems and can be overcome with
>> solutions mentioned next to the problem.
>>
>> *Problem*
>> ATM csv file takes only the user name of the user to be added. no Fname
>> Lname or email.
>>
>> *Solution*
>> introduce a new method to carbon user mgt, to accept Fname,Lname,email
>> from the csv file.
>>
>> *Problem*
>> ATM , users are not allowed to change their passwords or reset there
>> passwords in case of forgetting it.So how can they change default password.
>>
>> *Solution*
>> Provide a simple UI, to change their password.
>>
>> *Problem*
>> where to perform bulk importing of the users by the tenant admin.
>>
>> *Solution*
>> ?? please suggest one... IMHO, can we use management console for this
>> ?
>>
>> So in the team management page, what we are going to do is actually not
>> adding a user to the tenant, it is adding a role (dev,qa) to an existing
>> user in the tenant.
>>
>>
>>
>>
>> On Wed, Sep 4, 2013 at 11:24 AM, Sameera Perera wrote:
>>
>>>
>>> On Wed, Sep 4, 2013 at 10:33 AM, Asanka Dissanayake wrote:
>>>
 We have another option to change the bulkuserimport method to take
 Fname and Lname and other required details in the csv file. WDYT?
>>>
>>>
>>> I believe this is a good enough solution, given that most likely sources
>>> of a "users.csv" would be LDAP and Google Apps. Are there any other likely
>>> sources?
>>> I'll let Dimuthu / Amila make the final call :)
>>>
>>>
>>> --
>>>
>>> --
>>>
>>> *Sameera Perera*
>>> Senior Manager, Cloud Technology Group
>>> gtalk: samee...@wso2.com
>>> *WSO2, Inc.* 
>>> lean.enterprise.middleware
>>>
>>>
>>>
>>
>>
>> --
>>
>> *Asanka Dissanayake
>> Software Engineer*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: asan...@wso2.com ,   blog:
>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>> 71 8373821*
>>
>
>
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>


-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-04 Thread Amila Maha Arachchi
IMO following should be the behaviour.


   1. Tenant admin adds users (one by one or bulk user import). At this
   moment only username and password should be provided by the tenant admin
   (no need to worry about fname, lname etc.).
   2. There should be a account mgt (or profile mgt) page for the users to
   edit their profile information. Using this, they can fill in their fname,
   lname etc.
   3. Under profile mgt, we can provide a change pwd option too.

Above is also behaviour of SLive. And, we are never going to expose the mgt
console to any user :)


On Wed, Sep 4, 2013 at 1:47 PM, Asanka Dissanayake  wrote:

> Hi All,
> This is the present situation of $subject.
>
> 1. users are added via bulk user import which takes a csv or xlsx file
> which contains the user names of the users to be added.And a default
> password can be set for the set users.
> 2. users are not allowed to register themselves.
>
> above 1 and 2 causes following problems and can be overcome with solutions
> mentioned next to the problem.
>
> *Problem*
> ATM csv file takes only the user name of the user to be added. no Fname
> Lname or email.
>
> *Solution*
> introduce a new method to carbon user mgt, to accept Fname,Lname,email
> from the csv file.
>
> *Problem*
> ATM , users are not allowed to change their passwords or reset there
> passwords in case of forgetting it.So how can they change default password.
>
> *Solution*
> Provide a simple UI, to change their password.
>
> *Problem*
> where to perform bulk importing of the users by the tenant admin.
>
> *Solution*
> ?? please suggest one... IMHO, can we use management console for this ?
>
> So in the team management page, what we are going to do is actually not
> adding a user to the tenant, it is adding a role (dev,qa) to an existing
> user in the tenant.
>
>
>
>
> On Wed, Sep 4, 2013 at 11:24 AM, Sameera Perera  wrote:
>
>>
>> On Wed, Sep 4, 2013 at 10:33 AM, Asanka Dissanayake wrote:
>>
>>> We have another option to change the bulkuserimport method to take
>>> Fname and Lname and other required details in the csv file. WDYT?
>>
>>
>> I believe this is a good enough solution, given that most likely sources
>> of a "users.csv" would be LDAP and Google Apps. Are there any other likely
>> sources?
>> I'll let Dimuthu / Amila make the final call :)
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Senior Manager, Cloud Technology Group
>> gtalk: samee...@wso2.com
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>
>
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
> 8373821*
>



-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-04 Thread Asanka Dissanayake
Hi All,
This is the present situation of $subject.

1. users are added via bulk user import which takes a csv or xlsx file
which contains the user names of the users to be added.And a default
password can be set for the set users.
2. users are not allowed to register themselves.

above 1 and 2 causes following problems and can be overcome with solutions
mentioned next to the problem.

*Problem*
ATM csv file takes only the user name of the user to be added. no Fname
Lname or email.

*Solution*
introduce a new method to carbon user mgt, to accept Fname,Lname,email from
the csv file.

*Problem*
ATM , users are not allowed to change their passwords or reset there
passwords in case of forgetting it.So how can they change default password.

*Solution*
Provide a simple UI, to change their password.

*Problem*
where to perform bulk importing of the users by the tenant admin.

*Solution*
?? please suggest one... IMHO, can we use management console for this ?

So in the team management page, what we are going to do is actually not
adding a user to the tenant, it is adding a role (dev,qa) to an existing
user in the tenant.




On Wed, Sep 4, 2013 at 11:24 AM, Sameera Perera  wrote:

>
> On Wed, Sep 4, 2013 at 10:33 AM, Asanka Dissanayake wrote:
>
>> We have another option to change the bulkuserimport method to take Fname
>> and Lname and other required details in the csv file. WDYT?
>
>
> I believe this is a good enough solution, given that most likely sources
> of a "users.csv" would be LDAP and Google Apps. Are there any other likely
> sources?
> I'll let Dimuthu / Amila make the final call :)
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>


-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-03 Thread Sameera Perera
On Wed, Sep 4, 2013 at 10:33 AM, Asanka Dissanayake wrote:

> We have another option to change the bulkuserimport method to take Fname
> and Lname and other required details in the csv file. WDYT?


I believe this is a good enough solution, given that most likely sources of
a "users.csv" would be LDAP and Google Apps. Are there any other likely
sources?
I'll let Dimuthu / Amila make the final call :)


-- 

--

*Sameera Perera*
Senior Manager, Cloud Technology Group
gtalk: samee...@wso2.com
*WSO2, Inc.* 
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-03 Thread Asanka Dissanayake
Sorry , I forgot to mention the link find it below [1]

[1]
http://asankastechtalks.wordpress.com/2013/09/03/perform-bulk-user-import-for-a-tenant-in-wso2-products/


On Wed, Sep 4, 2013 at 10:32 AM, Asanka Dissanayake wrote:

>
>
>
> On Wed, Sep 4, 2013 at 10:20 AM, Sameera Perera  wrote:
>
>> Hi Asanka
>>
>> On Tue, Sep 3, 2013 at 11:31 PM, Asanka Dissanayake wrote:
>>
>>> - When performing a bulk user import only username and password are
>>> provided .No First Name,Last Name. in the Appfactory team ui Fname Lnameand 
>>> email are required details
>>>
>>
>> Which CSV format did you use? I know GApps CSV export includes Frist
>> Name and Last Name. I think even LDAP export scripts would include them.
>>
> In our case it is only user name, you can find the format in [1].
>
>>
>>
>>> - since  user registration page is not provided , how can we get Fname
>>> Lname of the user?
>>>
>>> Considering these facts , can't we get user details upon the first login
>>> of the user.
>>>
>> We have another option to change the bulkuserimport method to take Fname
> and Lname and other required details in the csv file. WDYT?
>
>>
>> This would be fine.
>>
>> There's a roadmap item in AF to add a Profile Management section. Once
>> this is done, we can:
>> 1. Display the username on the UI when F/Lnames are empty
>> 2. Stop prompting users to enter these details on first login
>> 3. Remove F/Lname fields from the registration UI (tenant creation UI),
>> so there are two less fields in the way of a user signing up
>>
>> If the user prefers to see his full name on the UI rather than the
>> username, he can set it in the profile screen.
>>
>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Senior Manager, Cloud Technology Group
>> gtalk: samee...@wso2.com
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>
>
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
> 8373821*
>



-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-03 Thread Asanka Dissanayake
On Wed, Sep 4, 2013 at 10:20 AM, Sameera Perera  wrote:

> Hi Asanka
>
> On Tue, Sep 3, 2013 at 11:31 PM, Asanka Dissanayake wrote:
>
>> - When performing a bulk user import only username and password are
>> provided .No First Name,Last Name. in the Appfactory team ui Fname Lnameand 
>> email are required details
>>
>
> Which CSV format did you use? I know GApps CSV export includes Frist Name
> and Last Name. I think even LDAP export scripts would include them.
>
In our case it is only user name, you can find the format in [1].

>
>
>> - since  user registration page is not provided , how can we get Fname
>> Lname of the user?
>>
>> Considering these facts , can't we get user details upon the first login
>> of the user.
>>
> We have another option to change the bulkuserimport method to take Fname
and Lname and other required details in the csv file. WDYT?

>
> This would be fine.
>
> There's a roadmap item in AF to add a Profile Management section. Once
> this is done, we can:
> 1. Display the username on the UI when F/Lnames are empty
> 2. Stop prompting users to enter these details on first login
> 3. Remove F/Lname fields from the registration UI (tenant creation UI), so
> there are two less fields in the way of a user signing up
>
> If the user prefers to see his full name on the UI rather than the
> username, he can set it in the profile screen.
>
>
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>


-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-03 Thread Sameera Perera
Hi Asanka

On Tue, Sep 3, 2013 at 11:31 PM, Asanka Dissanayake wrote:

> - When performing a bulk user import only username and password are
> provided .No First Name,Last Name. in the Appfactory team ui Fname Lnameand 
> email are required details
>

Which CSV format did you use? I know GApps CSV export includes Frist Name
and Last Name. I think even LDAP export scripts would include them.


> - since  user registration page is not provided , how can we get Fname
> Lname of the user?
>
> Considering these facts , can't we get user details upon the first login
> of the user.
>

This would be fine.

There's a roadmap item in AF to add a Profile Management section. Once this
is done, we can:
1. Display the username on the UI when F/Lnames are empty
2. Stop prompting users to enter these details on first login
3. Remove F/Lname fields from the registration UI (tenant creation UI), so
there are two less fields in the way of a user signing up

If the user prefers to see his full name on the UI rather than the
username, he can set it in the profile screen.




-- 

--

*Sameera Perera*
Senior Manager, Cloud Technology Group
gtalk: samee...@wso2.com
*WSO2, Inc.* 
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-03 Thread Asanka Dissanayake
Hi All,
I did a bulk user import to the tenant using a csv file today.it worked
fine.users were added to the user store correctly. But there are some
problems remaining.

- When performing a bulk user import only username and password are
provided .No First Name,Last Name. in the Appfactory team ui Fname Lname
and email are required details
- since  user registration page is not provided , how can we get Fname
Lname of the user?

Considering these facts , can't we get user details upon the first login of
the user.
WDYT?



On Mon, Sep 2, 2013 at 5:13 PM, Amila Maha Arachchi  wrote:

> Sanjiva, Sameera, Asanka and myself had a chat regarding this use case and
> following are the notes of it for others' information.
>
>
>- It is not necessary to invite anyone to be a user in your tenant. If
>you are the tenant admin, you can simply add the user to your tenant and
>inform that user.
>   - For an internal deployment, adding users is not necessary since
>   we'll be pointing to the organization's LDAP. So, all the users are 
> there.
>   We only have to assign them to different apps.
>   - For the cloud, if you want to add someone, you simply add him/her
>   and let her know the credentials.
>  - If you want you can have a feature of notifying that user via
>  email. But this is not needed for the nearest release.
>   - Assigning users (amila) from other tenant (foo.com) to your
>tenant (bar.com)
>- Although we have agreed to create a user in my tenant amila@bar.comto 
> achieve this scenario, Sanjiva wants to do this via resource level
>   permissions.
>   - So, this feature will not be available for the nearest release.
>   When we start addressing this feature, we'll have to figure out how to 
> do
>   it.
>
>
>- Also discussed about OT users to login via a community tenant (this
>has been already discussed in the previous review)
>   - We'll use a separate login page for this. When we create this
>   community tenant, we'll have to copy a user-mgt.xml which points to the 
> OT
>   LDAP.
>
> Regards,
> AmilaM.
>
>
> On Mon, Sep 2, 2013 at 2:52 PM, Sameera Perera  wrote:
>
>> The scenario I described is based on that I'm the first 'sameera' from
>> wso2.com signing up for your tenant. Other sameera(s) have not signed up
>> for the tenant but, they exist within the organization with wso2.comemail 
>> addresses. This is a probable use case in the cloud as well as when
>> an LDAP is not linked in a private deployment; i.e. aPaaS/AF doesn't
>> know about IDs that exist outside of it's database.
>>
>>
>> On Mon, Sep 2, 2013 at 2:46 PM, Asanka Dissanayake wrote:
>>
>>> Hi Smaeera,
>>> Please find my comments in line.
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 2:42 PM, Sameera Perera wrote:
>>>
 Hi Asanka,
 While this is possible, I have concerns about doing this. E.g.
 You invite me to wso2.com tenant.
 When I follow the confirmation link, I have an option to provide my own
 username. So, I pick 'sameera'.

>>> When you select a user name it will be assigned depending on the
>>> availability. if there is a sameera in wso2.com already you are not
>>> allowed to select it.
>>>
 Now my tenant login is sameeraATwso2.com (where as my email is
 sameerapATwso2.com). Now, if actual sameeraATwso2.com wants to signup, he
 needs to use an alternate address.

 There are few solutions to this. We can discuss f2f.


 On Mon, Sep 2, 2013 at 1:13 PM, Asanka Dissanayake wrote:

> Hi,
> @ sameera,
> got the point. thanks for the clarification.
> we have an alternative. But I don't know whether it is expensive.In
> the tenant registration page we allow user to choose user name for the
> tenant admin.Can't we allow same thing for the user .
> It's like this,
> When a user is invited as a user of the tenant , he gets an email
> which contains the confirmation link.upon the click he is redirected to 
> the
> page for user registration where he can choose a user name . depending on
> the availability suppose he selected user name as "asanka88" for the 
> tenant
> foo. Then his login name would be "asank...@foo.com".
> WDYT?
>
> @ gayan,
> I think answer for your questionis in the above answer.
> cheers!!!
> Asanka D
>
>
>
>
> On Mon, Sep 2, 2013 at 12:57 PM, Gayan Dhanushka wrote:
>
>> Hi Asanka,
>>
>> I would like to make a point that this is different from something
>> like inviting an existing user to an app as a develpoer by the app owner.
>> In that case the user is already there. As per my thinking this is a 
>> whole
>> different scenario. I would like to know whether this user is already
>> registered under the same organization, so that adding a user to a tenant
>> points to adding a user who is already there in an organization to the 
>>

Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Amila Maha Arachchi
Sanjiva, Sameera, Asanka and myself had a chat regarding this use case and
following are the notes of it for others' information.


   - It is not necessary to invite anyone to be a user in your tenant. If
   you are the tenant admin, you can simply add the user to your tenant and
   inform that user.
  - For an internal deployment, adding users is not necessary since
  we'll be pointing to the organization's LDAP. So, all the users
are there.
  We only have to assign them to different apps.
  - For the cloud, if you want to add someone, you simply add him/her
  and let her know the credentials.
 - If you want you can have a feature of notifying that user via
 email. But this is not needed for the nearest release.
  - Assigning users (amila) from other tenant (foo.com) to your tenant (
   bar.com)
   - Although we have agreed to create a user in my tenant am...@bar.com to
  achieve this scenario, Sanjiva wants to do this via resource level
  permissions.
  - So, this feature will not be available for the nearest release.
  When we start addressing this feature, we'll have to figure out how to do
  it.


   - Also discussed about OT users to login via a community tenant (this
   has been already discussed in the previous review)
  - We'll use a separate login page for this. When we create this
  community tenant, we'll have to copy a user-mgt.xml which points
to the OT
  LDAP.

Regards,
AmilaM.


On Mon, Sep 2, 2013 at 2:52 PM, Sameera Perera  wrote:

> The scenario I described is based on that I'm the first 'sameera' from
> wso2.com signing up for your tenant. Other sameera(s) have not signed up
> for the tenant but, they exist within the organization with wso2.comemail 
> addresses. This is a probable use case in the cloud as well as when
> an LDAP is not linked in a private deployment; i.e. aPaaS/AF doesn't know
> about IDs that exist outside of it's database.
>
>
> On Mon, Sep 2, 2013 at 2:46 PM, Asanka Dissanayake wrote:
>
>> Hi Smaeera,
>> Please find my comments in line.
>>
>>
>>
>> On Mon, Sep 2, 2013 at 2:42 PM, Sameera Perera  wrote:
>>
>>> Hi Asanka,
>>> While this is possible, I have concerns about doing this. E.g.
>>> You invite me to wso2.com tenant.
>>> When I follow the confirmation link, I have an option to provide my own
>>> username. So, I pick 'sameera'.
>>>
>> When you select a user name it will be assigned depending on the
>> availability. if there is a sameera in wso2.com already you are not
>> allowed to select it.
>>
>>> Now my tenant login is sameeraATwso2.com (where as my email is
>>> sameerapATwso2.com). Now, if actual sameeraATwso2.com wants to signup, he
>>> needs to use an alternate address.
>>>
>>> There are few solutions to this. We can discuss f2f.
>>>
>>>
>>> On Mon, Sep 2, 2013 at 1:13 PM, Asanka Dissanayake wrote:
>>>
 Hi,
 @ sameera,
 got the point. thanks for the clarification.
 we have an alternative. But I don't know whether it is expensive.In the
 tenant registration page we allow user to choose user name for the tenant
 admin.Can't we allow same thing for the user .
 It's like this,
 When a user is invited as a user of the tenant , he gets an email which
 contains the confirmation link.upon the click he is redirected to the page
 for user registration where he can choose a user name . depending on the
 availability suppose he selected user name as "asanka88" for the tenant
 foo. Then his login name would be "asank...@foo.com".
 WDYT?

 @ gayan,
 I think answer for your questionis in the above answer.
 cheers!!!
 Asanka D




 On Mon, Sep 2, 2013 at 12:57 PM, Gayan Dhanushka wrote:

> Hi Asanka,
>
> I would like to make a point that this is different from something
> like inviting an existing user to an app as a develpoer by the app owner.
> In that case the user is already there. As per my thinking this is a whole
> different scenario. I would like to know whether this user is already
> registered under the same organization, so that adding a user to a tenant
> points to adding a user who is already there in an organization to the 
> same
> organization's appfac tenant?
>
> Thanks!
> GayanD
>
>
> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera wrote:
>
>> Ideally the scenario you describe should work. But, if you add
>> x...@bar.com to your foo.com domain, how do you know to log him in to
>> foo.com from the login page? What if bar.com is a tenant as well?
>> How do you know where to log him in?
>>
>>
>>
>>
>> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake > > wrote:
>>
>>> Hi,
>>> @ shiro
>>> #1 and #2 already there. will look in to #3.
>>>
>>> @sameera,
>>> so in that case, we are not gonna support private email addresses.
>>> For example I need to use aPa

Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Sameera Perera
The scenario I described is based on that I'm the first 'sameera' from
wso2.com signing up for your tenant. Other sameera(s) have not signed up
for the tenant but, they exist within the organization with wso2.com email
addresses. This is a probable use case in the cloud as well as when an LDAP
is not linked in a private deployment; i.e. aPaaS/AF doesn't know about IDs
that exist outside of it's database.


On Mon, Sep 2, 2013 at 2:46 PM, Asanka Dissanayake  wrote:

> Hi Smaeera,
> Please find my comments in line.
>
>
>
> On Mon, Sep 2, 2013 at 2:42 PM, Sameera Perera  wrote:
>
>> Hi Asanka,
>> While this is possible, I have concerns about doing this. E.g.
>> You invite me to wso2.com tenant.
>> When I follow the confirmation link, I have an option to provide my own
>> username. So, I pick 'sameera'.
>>
> When you select a user name it will be assigned depending on the
> availability. if there is a sameera in wso2.com already you are not
> allowed to select it.
>
>> Now my tenant login is sameeraATwso2.com (where as my email is
>> sameerapATwso2.com). Now, if actual sameeraATwso2.com wants to signup, he
>> needs to use an alternate address.
>>
>> There are few solutions to this. We can discuss f2f.
>>
>>
>> On Mon, Sep 2, 2013 at 1:13 PM, Asanka Dissanayake wrote:
>>
>>> Hi,
>>> @ sameera,
>>> got the point. thanks for the clarification.
>>> we have an alternative. But I don't know whether it is expensive.In the
>>> tenant registration page we allow user to choose user name for the tenant
>>> admin.Can't we allow same thing for the user .
>>> It's like this,
>>> When a user is invited as a user of the tenant , he gets an email which
>>> contains the confirmation link.upon the click he is redirected to the page
>>> for user registration where he can choose a user name . depending on the
>>> availability suppose he selected user name as "asanka88" for the tenant
>>> foo. Then his login name would be "asank...@foo.com".
>>> WDYT?
>>>
>>> @ gayan,
>>> I think answer for your questionis in the above answer.
>>> cheers!!!
>>> Asanka D
>>>
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 12:57 PM, Gayan Dhanushka wrote:
>>>
 Hi Asanka,

 I would like to make a point that this is different from something like
 inviting an existing user to an app as a develpoer by the app owner. In
 that case the user is already there. As per my thinking this is a whole
 different scenario. I would like to know whether this user is already
 registered under the same organization, so that adding a user to a tenant
 points to adding a user who is already there in an organization to the same
 organization's appfac tenant?

 Thanks!
 GayanD


 On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera wrote:

> Ideally the scenario you describe should work. But, if you add
> x...@bar.com to your foo.com domain, how do you know to log him in to
> foo.com from the login page? What if bar.com is a tenant as well? How
> do you know where to log him in?
>
>
>
>
> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake 
> wrote:
>
>> Hi,
>> @ shiro
>> #1 and #2 already there. will look in to #3.
>>
>> @sameera,
>> so in that case, we are not gonna support private email addresses.
>> For example I need to use aPaaS and create an organization called foo, 
>> and
>> i dont't have @foo.com email adresses. I want to add users to the
>> tenant with their private email addresses. I think this scenario fails if
>> we put a restriction on the email address.
>>
>> If I am missing the point can you please explain me the reason for
>> not allowing use arbitrary email addresses?
>>
>> cheers!!
>> Asanka D
>>
>>
>>
>> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>>
>>> Hi Asanka,
>>>
>>>  For the cloud, can you confirm that we will not support adding user
>>> with any arbitrary email address for this phase?
>>> I.e. Only users with @tenantdomain email addresses can be added.
>>> Can you confirm?
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake <
>>> asan...@wso2.com> wrote:
>>>
 Hi,
 User story for adding a user to a tenant is as follows.

 1- tenant admin enter the email of the user(not in the LDAP yet)
 and select a role.
 2- then tenant admin invite the user.
 3- then user receives an email containing confirmation link.
 4- upon the confirmation user is added to the tenant domain.

 According to the offline chat had with Dimuthu, we came to a
 conclusion that there is no point of adding a user to the tenant domain
 before sending the email unless it's a user within the organization.But
 when it comes to cloud, any one wouldn't like to be a developer,qa of 
 an
 application without his permiss

Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Asanka Dissanayake
Hi Smaeera,
Please find my comments in line.



On Mon, Sep 2, 2013 at 2:42 PM, Sameera Perera  wrote:

> Hi Asanka,
> While this is possible, I have concerns about doing this. E.g.
> You invite me to wso2.com tenant.
> When I follow the confirmation link, I have an option to provide my own
> username. So, I pick 'sameera'.
>
When you select a user name it will be assigned depending on the
availability. if there is a sameera in wso2.com already you are not allowed
to select it.

> Now my tenant login is sameeraATwso2.com (where as my email is
> sameerapATwso2.com). Now, if actual sameeraATwso2.com wants to signup, he
> needs to use an alternate address.
>
> There are few solutions to this. We can discuss f2f.
>
>
> On Mon, Sep 2, 2013 at 1:13 PM, Asanka Dissanayake wrote:
>
>> Hi,
>> @ sameera,
>> got the point. thanks for the clarification.
>> we have an alternative. But I don't know whether it is expensive.In the
>> tenant registration page we allow user to choose user name for the tenant
>> admin.Can't we allow same thing for the user .
>> It's like this,
>> When a user is invited as a user of the tenant , he gets an email which
>> contains the confirmation link.upon the click he is redirected to the page
>> for user registration where he can choose a user name . depending on the
>> availability suppose he selected user name as "asanka88" for the tenant
>> foo. Then his login name would be "asank...@foo.com".
>> WDYT?
>>
>> @ gayan,
>> I think answer for your questionis in the above answer.
>> cheers!!!
>> Asanka D
>>
>>
>>
>>
>> On Mon, Sep 2, 2013 at 12:57 PM, Gayan Dhanushka  wrote:
>>
>>> Hi Asanka,
>>>
>>> I would like to make a point that this is different from something like
>>> inviting an existing user to an app as a develpoer by the app owner. In
>>> that case the user is already there. As per my thinking this is a whole
>>> different scenario. I would like to know whether this user is already
>>> registered under the same organization, so that adding a user to a tenant
>>> points to adding a user who is already there in an organization to the same
>>> organization's appfac tenant?
>>>
>>> Thanks!
>>> GayanD
>>>
>>>
>>> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera wrote:
>>>
 Ideally the scenario you describe should work. But, if you add
 x...@bar.com to your foo.com domain, how do you know to log him in to
 foo.com from the login page? What if bar.com is a tenant as well? How
 do you know where to log him in?




 On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake 
 wrote:

> Hi,
> @ shiro
> #1 and #2 already there. will look in to #3.
>
> @sameera,
> so in that case, we are not gonna support private email addresses. For
> example I need to use aPaaS and create an organization called foo, and i
> dont't have @foo.com email adresses. I want to add users to the
> tenant with their private email addresses. I think this scenario fails if
> we put a restriction on the email address.
>
> If I am missing the point can you please explain me the reason for not
> allowing use arbitrary email addresses?
>
> cheers!!
> Asanka D
>
>
>
> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>
>> Hi Asanka,
>>
>>  For the cloud, can you confirm that we will not support adding user
>> with any arbitrary email address for this phase?
>> I.e. Only users with @tenantdomain email addresses can be added.
>> Can you confirm?
>>
>>
>>
>> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake > > wrote:
>>
>>> Hi,
>>> User story for adding a user to a tenant is as follows.
>>>
>>> 1- tenant admin enter the email of the user(not in the LDAP yet) and
>>> select a role.
>>> 2- then tenant admin invite the user.
>>> 3- then user receives an email containing confirmation link.
>>> 4- upon the confirmation user is added to the tenant domain.
>>>
>>> According to the offline chat had with Dimuthu, we came to a
>>> conclusion that there is no point of adding a user to the tenant domain
>>> before sending the email unless it's a user within the organization.But
>>> when it comes to cloud, any one wouldn't like to be a developer,qa of an
>>> application without his permission/confirmation.
>>>
>>> Please give comments on the above user story. I need to get this
>>> finalized to start implementations. Quick reply s are highly 
>>> appreciated.
>>>
>>> cheers!!
>>> Asanka D
>>> --
>>>
>>> *Asanka Dissanayake
>>> Software Engineer*
>>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>>> *
>>> email: asan...@wso2.com ,   blog:
>>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>>> 71 8373821*
>>>
>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*

Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Sameera Perera
Hi Asanka,
While this is possible, I have concerns about doing this. E.g.
You invite me to wso2.com tenant.
When I follow the confirmation link, I have an option to provide my own
username. So, I pick 'sameera'.
Now my tenant login is sameeraATwso2.com (where as my email is
sameerapATwso2.com). Now, if actual sameeraATwso2.com wants to signup, he
needs to use an alternate address.

There are few solutions to this. We can discuss f2f.


On Mon, Sep 2, 2013 at 1:13 PM, Asanka Dissanayake  wrote:

> Hi,
> @ sameera,
> got the point. thanks for the clarification.
> we have an alternative. But I don't know whether it is expensive.In the
> tenant registration page we allow user to choose user name for the tenant
> admin.Can't we allow same thing for the user .
> It's like this,
> When a user is invited as a user of the tenant , he gets an email which
> contains the confirmation link.upon the click he is redirected to the page
> for user registration where he can choose a user name . depending on the
> availability suppose he selected user name as "asanka88" for the tenant
> foo. Then his login name would be "asank...@foo.com".
> WDYT?
>
> @ gayan,
> I think answer for your questionis in the above answer.
> cheers!!!
> Asanka D
>
>
>
>
> On Mon, Sep 2, 2013 at 12:57 PM, Gayan Dhanushka  wrote:
>
>> Hi Asanka,
>>
>> I would like to make a point that this is different from something like
>> inviting an existing user to an app as a develpoer by the app owner. In
>> that case the user is already there. As per my thinking this is a whole
>> different scenario. I would like to know whether this user is already
>> registered under the same organization, so that adding a user to a tenant
>> points to adding a user who is already there in an organization to the same
>> organization's appfac tenant?
>>
>> Thanks!
>> GayanD
>>
>>
>> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera wrote:
>>
>>> Ideally the scenario you describe should work. But, if you add x@bar.comto 
>>> your
>>> foo.com domain, how do you know to log him in to foo.com from the login
>>> page? What if bar.com is a tenant as well? How do you know where to log
>>> him in?
>>>
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>>>
 Hi,
 @ shiro
 #1 and #2 already there. will look in to #3.

 @sameera,
 so in that case, we are not gonna support private email addresses. For
 example I need to use aPaaS and create an organization called foo, and i
 dont't have @foo.com email adresses. I want to add users to the tenant
 with their private email addresses. I think this scenario fails if we put a
 restriction on the email address.

 If I am missing the point can you please explain me the reason for not
 allowing use arbitrary email addresses?

 cheers!!
 Asanka D



 On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:

> Hi Asanka,
>
>  For the cloud, can you confirm that we will not support adding user
> with any arbitrary email address for this phase?
> I.e. Only users with @tenantdomain email addresses can be added.
> Can you confirm?
>
>
>
> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake 
> wrote:
>
>> Hi,
>> User story for adding a user to a tenant is as follows.
>>
>> 1- tenant admin enter the email of the user(not in the LDAP yet) and
>> select a role.
>> 2- then tenant admin invite the user.
>> 3- then user receives an email containing confirmation link.
>> 4- upon the confirmation user is added to the tenant domain.
>>
>> According to the offline chat had with Dimuthu, we came to a
>> conclusion that there is no point of adding a user to the tenant domain
>> before sending the email unless it's a user within the organization.But
>> when it comes to cloud, any one wouldn't like to be a developer,qa of an
>> application without his permission/confirmation.
>>
>> Please give comments on the above user story. I need to get this
>> finalized to start implementations. Quick reply s are highly appreciated.
>>
>> cheers!!
>> Asanka D
>> --
>>
>> *Asanka Dissanayake
>> Software Engineer*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: asan...@wso2.com ,   blog:
>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>> 71 8373821*
>>
>
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>


 --

 *Asanka Dissanayake
 Software Engineer*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
 *
 email: asan...@wso2.com ,   blog:
 cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +9

Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Asanka Dissanayake
+1 .


On Mon, Sep 2, 2013 at 1:07 PM, Shiroshica Kulatilake wrote:

> I'd like to join too.
>
> Thank you,
> Shiro
>
>
> On Mon, Sep 2, 2013 at 1:04 PM, Amila Maha Arachchi wrote:
>
>> Its better to have a f2f chat and figure this out IMO. It seems my
>> understanding is different than this. Shall we have a short chat after
>> lunch (Me, Sameera, Dimuthu, Asanka and anyone else who is relevant) ?
>>
>>
>> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera wrote:
>>
>>> Ideally the scenario you describe should work. But, if you add x@bar.comto 
>>> your
>>> foo.com domain, how do you know to log him in to foo.com from the login
>>> page? What if bar.com is a tenant as well? How do you know where to log
>>> him in?
>>>
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>>>
 Hi,
 @ shiro
 #1 and #2 already there. will look in to #3.

 @sameera,
 so in that case, we are not gonna support private email addresses. For
 example I need to use aPaaS and create an organization called foo, and i
 dont't have @foo.com email adresses. I want to add users to the tenant
 with their private email addresses. I think this scenario fails if we put a
 restriction on the email address.

 If I am missing the point can you please explain me the reason for not
 allowing use arbitrary email addresses?

 cheers!!
 Asanka D



 On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:

> Hi Asanka,
>
>  For the cloud, can you confirm that we will not support adding user
> with any arbitrary email address for this phase?
> I.e. Only users with @tenantdomain email addresses can be added.
> Can you confirm?
>
>
>
> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake 
> wrote:
>
>> Hi,
>> User story for adding a user to a tenant is as follows.
>>
>> 1- tenant admin enter the email of the user(not in the LDAP yet) and
>> select a role.
>> 2- then tenant admin invite the user.
>> 3- then user receives an email containing confirmation link.
>> 4- upon the confirmation user is added to the tenant domain.
>>
>> According to the offline chat had with Dimuthu, we came to a
>> conclusion that there is no point of adding a user to the tenant domain
>> before sending the email unless it's a user within the organization.But
>> when it comes to cloud, any one wouldn't like to be a developer,qa of an
>> application without his permission/confirmation.
>>
>> Please give comments on the above user story. I need to get this
>> finalized to start implementations. Quick reply s are highly appreciated.
>>
>> cheers!!
>> Asanka D
>> --
>>
>> *Asanka Dissanayake
>> Software Engineer*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: asan...@wso2.com ,   blog:
>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>> 71 8373821*
>>
>
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>


 --

 *Asanka Dissanayake
 Software Engineer*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
 *
 email: asan...@wso2.com ,   blog:
 cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
 71 8373821*

>>>
>>>
>>>
>>> --
>>>
>>> --
>>>
>>> *Sameera Perera*
>>> Senior Manager, Cloud Technology Group
>>> gtalk: samee...@wso2.com
>>> *WSO2, Inc.* 
>>> lean.enterprise.middleware
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Amila Maharachchi*
>> Senior Technical Lead
>> WSO2, Inc.; http://wso2.com
>>
>> Blog: http://maharachchi.blogspot.com
>> Mobile: +94719371446
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Shiroshica Kulatilake
>
> Architect,
> WSO2, Inc. http://wso2.com/
> Phone: +94 776523867
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Asanka Dissanayake
Hi,
@ sameera,
got the point. thanks for the clarification.
we have an alternative. But I don't know whether it is expensive.In the
tenant registration page we allow user to choose user name for the tenant
admin.Can't we allow same thing for the user .
It's like this,
When a user is invited as a user of the tenant , he gets an email which
contains the confirmation link.upon the click he is redirected to the page
for user registration where he can choose a user name . depending on the
availability suppose he selected user name as "asanka88" for the tenant
foo. Then his login name would be "asank...@foo.com".
WDYT?

@ gayan,
I think answer for your questionis in the above answer.
cheers!!!
Asanka D




On Mon, Sep 2, 2013 at 12:57 PM, Gayan Dhanushka  wrote:

> Hi Asanka,
>
> I would like to make a point that this is different from something like
> inviting an existing user to an app as a develpoer by the app owner. In
> that case the user is already there. As per my thinking this is a whole
> different scenario. I would like to know whether this user is already
> registered under the same organization, so that adding a user to a tenant
> points to adding a user who is already there in an organization to the same
> organization's appfac tenant?
>
> Thanks!
> GayanD
>
>
> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera  wrote:
>
>> Ideally the scenario you describe should work. But, if you add x@bar.comto 
>> your
>> foo.com domain, how do you know to log him in to foo.com from the login
>> page? What if bar.com is a tenant as well? How do you know where to log
>> him in?
>>
>>
>>
>>
>> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>>
>>> Hi,
>>> @ shiro
>>> #1 and #2 already there. will look in to #3.
>>>
>>> @sameera,
>>> so in that case, we are not gonna support private email addresses. For
>>> example I need to use aPaaS and create an organization called foo, and i
>>> dont't have @foo.com email adresses. I want to add users to the tenant
>>> with their private email addresses. I think this scenario fails if we put a
>>> restriction on the email address.
>>>
>>> If I am missing the point can you please explain me the reason for not
>>> allowing use arbitrary email addresses?
>>>
>>> cheers!!
>>> Asanka D
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>>>
 Hi Asanka,

  For the cloud, can you confirm that we will not support adding user
 with any arbitrary email address for this phase?
 I.e. Only users with @tenantdomain email addresses can be added.
 Can you confirm?



 On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake 
 wrote:

> Hi,
> User story for adding a user to a tenant is as follows.
>
> 1- tenant admin enter the email of the user(not in the LDAP yet) and
> select a role.
> 2- then tenant admin invite the user.
> 3- then user receives an email containing confirmation link.
> 4- upon the confirmation user is added to the tenant domain.
>
> According to the offline chat had with Dimuthu, we came to a
> conclusion that there is no point of adding a user to the tenant domain
> before sending the email unless it's a user within the organization.But
> when it comes to cloud, any one wouldn't like to be a developer,qa of an
> application without his permission/confirmation.
>
> Please give comments on the above user story. I need to get this
> finalized to start implementations. Quick reply s are highly appreciated.
>
> cheers!!
> Asanka D
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
> 71 8373821*
>



 --

 --

 *Sameera Perera*
 Senior Manager, Cloud Technology Group
 gtalk: samee...@wso2.com
 *WSO2, Inc.* 
 lean.enterprise.middleware



>>>
>>>
>>> --
>>>
>>> *Asanka Dissanayake
>>> Software Engineer*
>>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>>> *
>>> email: asan...@wso2.com ,   blog:
>>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>>> 71 8373821*
>>>
>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Senior Manager, Cloud Technology Group
>> gtalk: samee...@wso2.com
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Gayan Dhanushka
> Software Engineer
> WSO2 Inc.
> http://wso2.com
>
> Mobile : 0716662327
>



-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, as

Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Sameera Perera
+1


On Mon, Sep 2, 2013 at 1:04 PM, Amila Maha Arachchi  wrote:

> Its better to have a f2f chat and figure this out IMO. It seems my
> understanding is different than this. Shall we have a short chat after
> lunch (Me, Sameera, Dimuthu, Asanka and anyone else who is relevant) ?
>
>
> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera  wrote:
>
>> Ideally the scenario you describe should work. But, if you add x@bar.comto 
>> your
>> foo.com domain, how do you know to log him in to foo.com from the login
>> page? What if bar.com is a tenant as well? How do you know where to log
>> him in?
>>
>>
>>
>>
>> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>>
>>> Hi,
>>> @ shiro
>>> #1 and #2 already there. will look in to #3.
>>>
>>> @sameera,
>>> so in that case, we are not gonna support private email addresses. For
>>> example I need to use aPaaS and create an organization called foo, and i
>>> dont't have @foo.com email adresses. I want to add users to the tenant
>>> with their private email addresses. I think this scenario fails if we put a
>>> restriction on the email address.
>>>
>>> If I am missing the point can you please explain me the reason for not
>>> allowing use arbitrary email addresses?
>>>
>>> cheers!!
>>> Asanka D
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>>>
 Hi Asanka,

  For the cloud, can you confirm that we will not support adding user
 with any arbitrary email address for this phase?
 I.e. Only users with @tenantdomain email addresses can be added.
 Can you confirm?



 On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake 
 wrote:

> Hi,
> User story for adding a user to a tenant is as follows.
>
> 1- tenant admin enter the email of the user(not in the LDAP yet) and
> select a role.
> 2- then tenant admin invite the user.
> 3- then user receives an email containing confirmation link.
> 4- upon the confirmation user is added to the tenant domain.
>
> According to the offline chat had with Dimuthu, we came to a
> conclusion that there is no point of adding a user to the tenant domain
> before sending the email unless it's a user within the organization.But
> when it comes to cloud, any one wouldn't like to be a developer,qa of an
> application without his permission/confirmation.
>
> Please give comments on the above user story. I need to get this
> finalized to start implementations. Quick reply s are highly appreciated.
>
> cheers!!
> Asanka D
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
> 71 8373821*
>



 --

 --

 *Sameera Perera*
 Senior Manager, Cloud Technology Group
 gtalk: samee...@wso2.com
 *WSO2, Inc.* 
 lean.enterprise.middleware



>>>
>>>
>>> --
>>>
>>> *Asanka Dissanayake
>>> Software Engineer*
>>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>>> *
>>> email: asan...@wso2.com ,   blog:
>>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>>> 71 8373821*
>>>
>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Senior Manager, Cloud Technology Group
>> gtalk: samee...@wso2.com
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>


-- 

--

*Sameera Perera*
Senior Manager, Cloud Technology Group
gtalk: samee...@wso2.com
*WSO2, Inc.* 
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Shiroshica Kulatilake
I'd like to join too.

Thank you,
Shiro


On Mon, Sep 2, 2013 at 1:04 PM, Amila Maha Arachchi  wrote:

> Its better to have a f2f chat and figure this out IMO. It seems my
> understanding is different than this. Shall we have a short chat after
> lunch (Me, Sameera, Dimuthu, Asanka and anyone else who is relevant) ?
>
>
> On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera  wrote:
>
>> Ideally the scenario you describe should work. But, if you add x@bar.comto 
>> your
>> foo.com domain, how do you know to log him in to foo.com from the login
>> page? What if bar.com is a tenant as well? How do you know where to log
>> him in?
>>
>>
>>
>>
>> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>>
>>> Hi,
>>> @ shiro
>>> #1 and #2 already there. will look in to #3.
>>>
>>> @sameera,
>>> so in that case, we are not gonna support private email addresses. For
>>> example I need to use aPaaS and create an organization called foo, and i
>>> dont't have @foo.com email adresses. I want to add users to the tenant
>>> with their private email addresses. I think this scenario fails if we put a
>>> restriction on the email address.
>>>
>>> If I am missing the point can you please explain me the reason for not
>>> allowing use arbitrary email addresses?
>>>
>>> cheers!!
>>> Asanka D
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>>>
 Hi Asanka,

  For the cloud, can you confirm that we will not support adding user
 with any arbitrary email address for this phase?
 I.e. Only users with @tenantdomain email addresses can be added.
 Can you confirm?



 On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake 
 wrote:

> Hi,
> User story for adding a user to a tenant is as follows.
>
> 1- tenant admin enter the email of the user(not in the LDAP yet) and
> select a role.
> 2- then tenant admin invite the user.
> 3- then user receives an email containing confirmation link.
> 4- upon the confirmation user is added to the tenant domain.
>
> According to the offline chat had with Dimuthu, we came to a
> conclusion that there is no point of adding a user to the tenant domain
> before sending the email unless it's a user within the organization.But
> when it comes to cloud, any one wouldn't like to be a developer,qa of an
> application without his permission/confirmation.
>
> Please give comments on the above user story. I need to get this
> finalized to start implementations. Quick reply s are highly appreciated.
>
> cheers!!
> Asanka D
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
> 71 8373821*
>



 --

 --

 *Sameera Perera*
 Senior Manager, Cloud Technology Group
 gtalk: samee...@wso2.com
 *WSO2, Inc.* 
 lean.enterprise.middleware



>>>
>>>
>>> --
>>>
>>> *Asanka Dissanayake
>>> Software Engineer*
>>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>>> *
>>> email: asan...@wso2.com ,   blog:
>>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>>> 71 8373821*
>>>
>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Senior Manager, Cloud Technology Group
>> gtalk: samee...@wso2.com
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Shiroshica Kulatilake

Architect,
WSO2, Inc. http://wso2.com/
Phone: +94 776523867
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Amila Maha Arachchi
Its better to have a f2f chat and figure this out IMO. It seems my
understanding is different than this. Shall we have a short chat after
lunch (Me, Sameera, Dimuthu, Asanka and anyone else who is relevant) ?


On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera  wrote:

> Ideally the scenario you describe should work. But, if you add x@bar.comto 
> your
> foo.com domain, how do you know to log him in to foo.com from the login
> page? What if bar.com is a tenant as well? How do you know where to log
> him in?
>
>
>
>
> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>
>> Hi,
>> @ shiro
>> #1 and #2 already there. will look in to #3.
>>
>> @sameera,
>> so in that case, we are not gonna support private email addresses. For
>> example I need to use aPaaS and create an organization called foo, and i
>> dont't have @foo.com email adresses. I want to add users to the tenant
>> with their private email addresses. I think this scenario fails if we put a
>> restriction on the email address.
>>
>> If I am missing the point can you please explain me the reason for not
>> allowing use arbitrary email addresses?
>>
>> cheers!!
>> Asanka D
>>
>>
>>
>> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>>
>>> Hi Asanka,
>>>
>>>  For the cloud, can you confirm that we will not support adding user
>>> with any arbitrary email address for this phase?
>>> I.e. Only users with @tenantdomain email addresses can be added.
>>> Can you confirm?
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake wrote:
>>>
 Hi,
 User story for adding a user to a tenant is as follows.

 1- tenant admin enter the email of the user(not in the LDAP yet) and
 select a role.
 2- then tenant admin invite the user.
 3- then user receives an email containing confirmation link.
 4- upon the confirmation user is added to the tenant domain.

 According to the offline chat had with Dimuthu, we came to a conclusion
 that there is no point of adding a user to the tenant domain before sending
 the email unless it's a user within the organization.But when it comes to
 cloud, any one wouldn't like to be a developer,qa of an application without
 his permission/confirmation.

 Please give comments on the above user story. I need to get this
 finalized to start implementations. Quick reply s are highly appreciated.

 cheers!!
 Asanka D
 --

 *Asanka Dissanayake
 Software Engineer*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
 *
 email: asan...@wso2.com ,   blog:
 cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
 71 8373821*

>>>
>>>
>>>
>>> --
>>>
>>> --
>>>
>>> *Sameera Perera*
>>> Senior Manager, Cloud Technology Group
>>> gtalk: samee...@wso2.com
>>> *WSO2, Inc.* 
>>> lean.enterprise.middleware
>>>
>>>
>>>
>>
>>
>> --
>>
>> *Asanka Dissanayake
>> Software Engineer*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: asan...@wso2.com ,   blog:
>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>> 71 8373821*
>>
>
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Gayan Dhanushka
Hi Asanka,

I would like to make a point that this is different from something like
inviting an existing user to an app as a develpoer by the app owner. In
that case the user is already there. As per my thinking this is a whole
different scenario. I would like to know whether this user is already
registered under the same organization, so that adding a user to a tenant
points to adding a user who is already there in an organization to the same
organization's appfac tenant?

Thanks!
GayanD


On Mon, Sep 2, 2013 at 12:28 PM, Sameera Perera  wrote:

> Ideally the scenario you describe should work. But, if you add x@bar.comto 
> your
> foo.com domain, how do you know to log him in to foo.com from the login
> page? What if bar.com is a tenant as well? How do you know where to log
> him in?
>
>
>
>
> On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:
>
>> Hi,
>> @ shiro
>> #1 and #2 already there. will look in to #3.
>>
>> @sameera,
>> so in that case, we are not gonna support private email addresses. For
>> example I need to use aPaaS and create an organization called foo, and i
>> dont't have @foo.com email adresses. I want to add users to the tenant
>> with their private email addresses. I think this scenario fails if we put a
>> restriction on the email address.
>>
>> If I am missing the point can you please explain me the reason for not
>> allowing use arbitrary email addresses?
>>
>> cheers!!
>> Asanka D
>>
>>
>>
>> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera wrote:
>>
>>> Hi Asanka,
>>>
>>>  For the cloud, can you confirm that we will not support adding user
>>> with any arbitrary email address for this phase?
>>> I.e. Only users with @tenantdomain email addresses can be added.
>>> Can you confirm?
>>>
>>>
>>>
>>> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake wrote:
>>>
 Hi,
 User story for adding a user to a tenant is as follows.

 1- tenant admin enter the email of the user(not in the LDAP yet) and
 select a role.
 2- then tenant admin invite the user.
 3- then user receives an email containing confirmation link.
 4- upon the confirmation user is added to the tenant domain.

 According to the offline chat had with Dimuthu, we came to a conclusion
 that there is no point of adding a user to the tenant domain before sending
 the email unless it's a user within the organization.But when it comes to
 cloud, any one wouldn't like to be a developer,qa of an application without
 his permission/confirmation.

 Please give comments on the above user story. I need to get this
 finalized to start implementations. Quick reply s are highly appreciated.

 cheers!!
 Asanka D
 --

 *Asanka Dissanayake
 Software Engineer*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
 *
 email: asan...@wso2.com ,   blog:
 cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
 71 8373821*

>>>
>>>
>>>
>>> --
>>>
>>> --
>>>
>>> *Sameera Perera*
>>> Senior Manager, Cloud Technology Group
>>> gtalk: samee...@wso2.com
>>> *WSO2, Inc.* 
>>> lean.enterprise.middleware
>>>
>>>
>>>
>>
>>
>> --
>>
>> *Asanka Dissanayake
>> Software Engineer*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: asan...@wso2.com ,   blog:
>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>> 71 8373821*
>>
>
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Gayan Dhanushka
Software Engineer
WSO2 Inc.
http://wso2.com

Mobile : 0716662327
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-02 Thread Sameera Perera
Ideally the scenario you describe should work. But, if you add x...@bar.com to
your foo.com domain, how do you know to log him in to foo.com from the
login page? What if bar.com is a tenant as well? How do you know where to
log him in?




On Mon, Sep 2, 2013 at 12:15 PM, Asanka Dissanayake wrote:

> Hi,
> @ shiro
> #1 and #2 already there. will look in to #3.
>
> @sameera,
> so in that case, we are not gonna support private email addresses. For
> example I need to use aPaaS and create an organization called foo, and i
> dont't have @foo.com email adresses. I want to add users to the tenant
> with their private email addresses. I think this scenario fails if we put a
> restriction on the email address.
>
> If I am missing the point can you please explain me the reason for not
> allowing use arbitrary email addresses?
>
> cheers!!
> Asanka D
>
>
>
> On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera  wrote:
>
>> Hi Asanka,
>>
>>  For the cloud, can you confirm that we will not support adding user with
>> any arbitrary email address for this phase?
>> I.e. Only users with @tenantdomain email addresses can be added.
>> Can you confirm?
>>
>>
>>
>> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake wrote:
>>
>>> Hi,
>>> User story for adding a user to a tenant is as follows.
>>>
>>> 1- tenant admin enter the email of the user(not in the LDAP yet) and
>>> select a role.
>>> 2- then tenant admin invite the user.
>>> 3- then user receives an email containing confirmation link.
>>> 4- upon the confirmation user is added to the tenant domain.
>>>
>>> According to the offline chat had with Dimuthu, we came to a conclusion
>>> that there is no point of adding a user to the tenant domain before sending
>>> the email unless it's a user within the organization.But when it comes to
>>> cloud, any one wouldn't like to be a developer,qa of an application without
>>> his permission/confirmation.
>>>
>>> Please give comments on the above user story. I need to get this
>>> finalized to start implementations. Quick reply s are highly appreciated.
>>>
>>> cheers!!
>>> Asanka D
>>> --
>>>
>>> *Asanka Dissanayake
>>> Software Engineer*
>>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>>> *
>>> email: asan...@wso2.com ,   blog:
>>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>>> 71 8373821*
>>>
>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Senior Manager, Cloud Technology Group
>> gtalk: samee...@wso2.com
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>
>
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
> 8373821*
>



-- 

--

*Sameera Perera*
Senior Manager, Cloud Technology Group
gtalk: samee...@wso2.com
*WSO2, Inc.* 
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-01 Thread Asanka Dissanayake
Hi,
@ shiro
#1 and #2 already there. will look in to #3.

@sameera,
so in that case, we are not gonna support private email addresses. For
example I need to use aPaaS and create an organization called foo, and i
dont't have @foo.com email adresses. I want to add users to the tenant with
their private email addresses. I think this scenario fails if we put a
restriction on the email address.

If I am missing the point can you please explain me the reason for not
allowing use arbitrary email addresses?

cheers!!
Asanka D



On Mon, Sep 2, 2013 at 11:53 AM, Sameera Perera  wrote:

> Hi Asanka,
>
> For the cloud, can you confirm that we will not support adding user with
> any arbitrary email address for this phase?
> I.e. Only users with @tenantdomain email addresses can be added.
> Can you confirm?
>
>
>
> On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake wrote:
>
>> Hi,
>> User story for adding a user to a tenant is as follows.
>>
>> 1- tenant admin enter the email of the user(not in the LDAP yet) and
>> select a role.
>> 2- then tenant admin invite the user.
>> 3- then user receives an email containing confirmation link.
>> 4- upon the confirmation user is added to the tenant domain.
>>
>> According to the offline chat had with Dimuthu, we came to a conclusion
>> that there is no point of adding a user to the tenant domain before sending
>> the email unless it's a user within the organization.But when it comes to
>> cloud, any one wouldn't like to be a developer,qa of an application without
>> his permission/confirmation.
>>
>> Please give comments on the above user story. I need to get this
>> finalized to start implementations. Quick reply s are highly appreciated.
>>
>> cheers!!
>> Asanka D
>> --
>>
>> *Asanka Dissanayake
>> Software Engineer*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: asan...@wso2.com ,   blog:
>> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
>> 71 8373821*
>>
>
>
>
> --
>
> --
>
> *Sameera Perera*
> Senior Manager, Cloud Technology Group
> gtalk: samee...@wso2.com
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>


-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-01 Thread Sameera Perera
Hi Asanka,

For the cloud, can you confirm that we will not support adding user with
any arbitrary email address for this phase?
I.e. Only users with @tenantdomain email addresses can be added.
Can you confirm?



On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake wrote:

> Hi,
> User story for adding a user to a tenant is as follows.
>
> 1- tenant admin enter the email of the user(not in the LDAP yet) and
> select a role.
> 2- then tenant admin invite the user.
> 3- then user receives an email containing confirmation link.
> 4- upon the confirmation user is added to the tenant domain.
>
> According to the offline chat had with Dimuthu, we came to a conclusion
> that there is no point of adding a user to the tenant domain before sending
> the email unless it's a user within the organization.But when it comes to
> cloud, any one wouldn't like to be a developer,qa of an application without
> his permission/confirmation.
>
> Please give comments on the above user story. I need to get this finalized
> to start implementations. Quick reply s are highly appreciated.
>
> cheers!!
> Asanka D
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
> 8373821*
>



-- 

--

*Sameera Perera*
Senior Manager, Cloud Technology Group
gtalk: samee...@wso2.com
*WSO2, Inc.* 
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-01 Thread Shiroshica Kulatilake
Hi,

Would we also need to;
1. Add a particular user to several roles ,
2. Bulk add users to a particular role/s ,
3. Add a user group for a role/s so that each user within that group is
assigned the selected role/s.

Thank you,
Shiro


On Mon, Sep 2, 2013 at 11:48 AM, Asanka Dissanayake wrote:

> Hi,
> User story for adding a user to a tenant is as follows.
>
> 1- tenant admin enter the email of the user(not in the LDAP yet) and
> select a role.
> 2- then tenant admin invite the user.
> 3- then user receives an email containing confirmation link.
> 4- upon the confirmation user is added to the tenant domain.
>
> According to the offline chat had with Dimuthu, we came to a conclusion
> that there is no point of adding a user to the tenant domain before sending
> the email unless it's a user within the organization.But when it comes to
> cloud, any one wouldn't like to be a developer,qa of an application without
> his permission/confirmation.
>
> Please give comments on the above user story. I need to get this finalized
> to start implementations. Quick reply s are highly appreciated.
>
> cheers!!
> Asanka D
> --
>
> *Asanka Dissanayake
> Software Engineer*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
> *
> email: asan...@wso2.com ,   blog:
> cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
> 8373821*
>



-- 
Shiroshica Kulatilake

Architect,
WSO2, Inc. http://wso2.com/
Phone: +94 776523867
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [aPaas][Appfactory]Adding a user to a tenant

2013-09-01 Thread Asanka Dissanayake
Hi,
User story for adding a user to a tenant is as follows.

1- tenant admin enter the email of the user(not in the LDAP yet) and select
a role.
2- then tenant admin invite the user.
3- then user receives an email containing confirmation link.
4- upon the confirmation user is added to the tenant domain.

According to the offline chat had with Dimuthu, we came to a conclusion
that there is no point of adding a user to the tenant domain before sending
the email unless it's a user within the organization.But when it comes to
cloud, any one wouldn't like to be a developer,qa of an application without
his permission/confirmation.

Please give comments on the above user story. I need to get this finalized
to start implementations. Quick reply s are highly appreciated.

cheers!!
Asanka D
-- 

*Asanka Dissanayake
Software Engineer*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
*
email: asan...@wso2.com ,   blog:
cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94 71
8373821*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev