Re: [Architecture] Integration Solutions - Salesforce to Netsuite account sync

2017-10-26 Thread Kesavan Yogarajah
Hi Sajith,

This scenario only syncs newly added accounts. We can include the
update part also. But for the initial versions, we focus on simple export
solutions as we did in [1]. So the end users can simply try these solutions
without much configuration changes or be tuning the platforms.
We will consider increasing the complexity of the solutions in future.

Thanks
Kesavan

[1] - https://docs.wso2.com/display/IntegrationCloud/Integration+Solutions

Kesavan Yogarajah
Software Engineer
Mobile :+94 (0) 779 758021
kesav...@wso2.com
WSO2, Inc.
lean . enterprise . middleware

On Thu, Oct 26, 2017 at 11:16 AM, Sajith Kariyawasam 
wrote:

> Hi Kesavan,
>
> Does this sync newly added acounts only? What if a user account details in
> Salesforce gets updated? Shouldn't those be reflected in Netsuite?
>
> On Wed, Oct 25, 2017 at 6:44 PM, Kesavan Yogarajah 
> wrote:
>
>> Hi All,
>>
>> We are planning to implement the following use case using Salesforce SOAP
>> and Netsuite connectors. Here, newly created accounts will be periodically
>> retrieved and added as customers in Netsuite.
>>
>>
>>
>> Operations:
>> Salesforce - Query
>> Netsuite - addList
>>
>> Please let us know if you have any concerns.
>>
>> Thanks
>>
>> Kesavan Yogarajah
>> Software Engineer
>> Mobile :+94 (0) 779 758021 <+94%2077%20975%208021>
>> kesav...@wso2.com
>> WSO2, Inc.
>> lean . enterprise . middleware
>>
>> ___
>> Architecture mailing list
>> Architecture@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Sajith Kariyawasam
> *Associate Tech Lead*
> *WSO2 Inc.; http://wso2.com *
> *Committer and PMC member, Apache Stratos *
> *AMIE (SL)*
> *Mobile: 0772269575*
>
> ___
> Architecture mailing list
> Architecture@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
___
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture


[Architecture] WSO2 Identity Server 5.4.0 Alpha6 Released!

2017-10-26 Thread Farasath Ahamed
The WSO2 Identity and Access Management team is pleased to announce the
release of WSO2 Identity Server 5.4.0 Alpha6.

You can build the distribution from the source tag
https://github.com/wso2/product-is/releases/tag/v5.4.0-alpha6 following the
steps below.


*Building from the source*

   1. Install Java7 or above
   2. Install Apache Maven 3.x.x(https://maven.apache.org/download.cgi#)
   3. Get a clone from https://github.com/wso2/product-is.git and checkout
   to v5.4.0-alpha6 tag or you can directly download the source for the tag
   from https://github.com/wso2/product-is/releases/tag/v5.4.0-alpha6
   4. Run the one of the below maven commands from product-is directory,
  - *mvn** clean install* (To build the binary and source distributions
  with the tests)
  - *mvn** clean install -Dmaven.test.skip=true* (To build the binary
  and source distributions, without running any of the
unit/integration tests)
   5. You can find the wso2is-5.4.0-alpha6.zip binary distribution in
   product-is/modules/distribution/target directory.

The following list contains all the features, improvements, and bug fixes
available with the WSO2 Identity Server 5.4.0 Alpha6 release.

Patch

   - [IDENTITY-5511 ] - Handle
   SCIM users GET API when same SCIM ID exists in multiple user stores
   - [IDENTITY-6425 ] - Issues
   in TOTP Authentication flow(i.e. verification code generation and totp
   authentication) in IS cluster fronted with a Load Balancer
   - [IDENTITY-6643 ] - Improve
   SCIM /Me GET performance
   - [IDENTITY-6777 ] - Tokens
   expire prior to their expiration time
   - [IDENTITY-6791 ] - Pass
   OAuth app display name to Consent page
   - [IDENTITY-6809 ] - Proxy
   server blocks connection made outside the network after enabling captcha
   feature

Bug

   - [IDENTITY-4455 ] -
   Updating user profile fails, but identity claims get updated
   - [IDENTITY-5849 ] - SCIM -
   Edit user fails due to NullPointerException when authenticating with OAuth
   token
   - [IDENTITY-6045 ] - a token
   gets expired even though the expiry time is set to be more.
   - [IDENTITY-6179 ] -
   Properly handling SAML AuthnContextClassRef
   - [IDENTITY-6205 ] - [SCIM]
   When listing all the groups, admin group details won't retrieved
   - [IDENTITY-6372 ] - When
   add a secondary userstore get a warning in the backend
   - [IDENTITY-6462 ] - Access
   Token Partitioning does not works
   - [IDENTITY-6464 ] - A
   foreign key violation in Access Token partitioning when using 'openid' as
   the scope
   - [IDENTITY-6610 ] - XACML
   policy editor returns 403 when trying to update policy
   - [IDENTITY-6612 ] - Role
   claim not returned in User Info Response
   - [IDENTITY-6633 ] - [UI]
   Incorrect button appearing when searching a role to assign when creating a
   new user
   - [IDENTITY-6638 ] -
   Incorrect error message when using an unconfigured SP
   - [IDENTITY-6640 ] - Cannot
   login to the Publisher of App Manager after configuring the IS as the
   trusted Identity Provider
   - [IDENTITY-6642 ] - NPE in
   IdP init login for an invalid issuer
   - [IDENTITY-6660 ] - Null
   values are not handled within URL building methods in IdentityUtils
   - [IDENTITY-6662 ] -
   Hostname's trailing '/' characters are not handled for some cases in
   IdentityUtils.getServerURL()
   - [IDENTITY-6676 ] - Cookie
   takes null value in OIDCSessionManagementUtil
   - [IDENTITY-6677 ] - Idle
   account suspension functionality doesn't work
   - [IDENTITY-6690 ] -
   [Secondary User store] Backend shows some warning when user searching
   - [IDENTITY-6692 ] - Cannot
   login to mgt-console with admin user after IS server was idle for sometime

Task

   - [IDENTITY-6551 ] - Update
   x509Authenticator in IS 5.4.0

Improvement

   - [IDENTITY-2944 

Re: [Architecture] [APIM][C5] API Manager entities(APIs/Applications/Docs etc..) permission model and group sharing.

2017-10-26 Thread Vanjikumaran Sivajothy
Hi Folks,
What is the timeline for this feature and what is the feature tracking
ticket in Jira/GitHub?

On Tue, Jan 3, 2017 at 11:00 PM, Nuwan Dias  wrote:

> What this thread talks about is Discretionary Access Control [1] (DAC).
> Who can create, update, remove APIs, Apps, etc are governed by Mandatory
> Access Control (MAC) which is implemented on the product REST API using
> OAuth scopes. So a given person can have rights to update APIs, granted to
> him via MAC. However there could be certain APIs this user is prevented
> from updating, through DAC.
>
> [1] - https://sites.google.com/site/jimmyxu101/concepts/accesscontrol
>
> Thanks,
> NuwanD.
>
> On Wed, Jan 4, 2017 at 11:32 AM, Roshan Wijesena  wrote:
>
>> Hi Joe,
>>
>> On Wed, Jan 4, 2017 at 10:25 AM, Joseph Fonseka  wrote:
>>
>>> Also how do you manage role and group permission conflicts let say in a
>>> group there is a user which do not have creator role will he be allowed to
>>> update the API.
>>
>>
>> IMO, roles and groups are two different things and we need to validate
>> both when perform an operation. If someone has "create" role permission,
>> can create new API and if he is in "update" group he should be able to edit
>> that API. I think "publisher" role is not required anymore because it can
>> be achieved by "update" group permission.
>>
>> Regards
>> Roshan.
>>
>> --
>> Roshan Wijesena.
>> Senior Software Engineer-WSO2 Inc.
>> Mobile: *+94719154640 <+94%2071%20915%204640>*
>> Email: ros...@wso2.com
>> *WSO2, Inc. :** wso2.com *
>> lean.enterprise.middleware.
>>
>> ___
>> Architecture mailing list
>> Architecture@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Nuwan Dias
>
> Software Architect - WSO2, Inc. http://wso2.com
> email : nuw...@wso2.com
> Phone : +94 777 775 729 <+94%2077%20777%205729>
>
> ___
> Architecture mailing list
> Architecture@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*Vanjikumaran Sivajothy*
Lead Solutions Engineer - *WSO2 Inc. *
Committer and PMC member - Apache Synapse.
*http://wso2.com *
 *+1-925-464-6816*
[image: Facebook]  [image: Twitter]
 [image: LinkedIn]
 [image:
Blogger]  [image: SlideShare]


This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
___
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture


Re: [Architecture] Integration Solutions - Salesforce to Netsuite account sync

2017-10-26 Thread Malaka Silva
Hi,

We have streaming solution to handle such use cases. Currently there are
similar solutions in our road map.

On Thu, Oct 26, 2017 at 4:30 PM, Kesavan Yogarajah 
wrote:

> Hi Sajith,
>
> This scenario only syncs newly added accounts. We can include the
> update part also. But for the initial versions, we focus on simple export
> solutions as we did in [1]. So the end users can simply try these solutions
> without much configuration changes or be tuning the platforms.
> We will consider increasing the complexity of the solutions in future.
>
> Thanks
> Kesavan
>
> [1] - https://docs.wso2.com/display/IntegrationCloud/Integration+Solutions
>
> Kesavan Yogarajah
> Software Engineer
> Mobile :+94 (0) 779 758021 <077%20975%208021>
> kesav...@wso2.com
> WSO2, Inc.
> lean . enterprise . middleware
>
> On Thu, Oct 26, 2017 at 11:16 AM, Sajith Kariyawasam 
> wrote:
>
>> Hi Kesavan,
>>
>> Does this sync newly added acounts only? What if a user account details
>> in Salesforce gets updated? Shouldn't those be reflected in Netsuite?
>>
>> On Wed, Oct 25, 2017 at 6:44 PM, Kesavan Yogarajah 
>> wrote:
>>
>>> Hi All,
>>>
>>> We are planning to implement the following use case using Salesforce
>>> SOAP and Netsuite connectors. Here, newly created accounts will be
>>> periodically retrieved and added as customers in Netsuite.
>>>
>>>
>>>
>>> Operations:
>>> Salesforce - Query
>>> Netsuite - addList
>>>
>>> Please let us know if you have any concerns.
>>>
>>> Thanks
>>>
>>> Kesavan Yogarajah
>>> Software Engineer
>>> Mobile :+94 (0) 779 758021 <+94%2077%20975%208021>
>>> kesav...@wso2.com
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>>
>>> ___
>>> Architecture mailing list
>>> Architecture@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>>
>> --
>> Sajith Kariyawasam
>> *Associate Tech Lead*
>> *WSO2 Inc.; http://wso2.com *
>> *Committer and PMC member, Apache Stratos *
>> *AMIE (SL)*
>> *Mobile: 0772269575 <077%20226%209575>*
>>
>> ___
>> Architecture mailing list
>> Architecture@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
> ___
> Architecture mailing list
> Architecture@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture