Re: [Architecture] [Dev] [VOTE] Release of WSO2 IoT Server 3.1.0 RC version 4

2017-08-13 Thread Megala Uthayakumar
l: mi...@wso2.com | Web: www.wso2.com > <http://lk.linkedin.com/in/milanharinduperera> > <https://wso2.com/signature> > -- Megala Uthayakumar Software Engineer Mobile : 0779967122 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

[Architecture] Improving audit logs related with user management tasks

2018-03-13 Thread Megala Uthayakumar
/src/main/java/org/wso2/carbon/user/mgt/listeners/UserMgtAuditLogger.java [2] https://github.com/wso2/product-is/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+audit [3] https://docs.google.com/document/d/1Ls0VuLsJaQtQAPgR3NkwtrcbFUvVZuPW_gXA7bV5mmo/edit?usp=sharing Thanks. Regards, Megala -- Me

Re: [Architecture] Improving audit logs related with user management tasks

2018-03-13 Thread Megala Uthayakumar
p.org/images/7/72/OWASP_Top_10-2017_(en).pdf.pdf > [2] https://www.owasp.org/index.php/Logging_Cheat_Sheet > > Regards, > TharinduE > > On Tue, Mar 13, 2018 at 4:03 PM, Megala Uthayakumar > wrote: > >> Hi All, >> >> I am working on improving audit

Re: [Architecture] Improving audit logs related with user management tasks

2018-03-14 Thread Megala Uthayakumar
d for what purpose. > > Sagara, Ruwan may provide better guidance. > > Thanks, > sanjeewa. > > On Wed, Mar 14, 2018 at 9:26 AM, Megala Uthayakumar > wrote: > >> Hi Tharindu, >> >> Thanks for the response. I think we could define a new format, given

Re: [Architecture] [APIM] Json Schema Validation

2018-03-14 Thread Megala Uthayakumar
Hi Sivaramya, We decided to go for a class mediator without using existing validate mediator to avoid building the message. However, on a second thought, if we add the class mediator inside the insequence of the resource as below, * * * * * * * * AFAIK in synapse level, i

Re: [Architecture] [APIM] Json Schema Validation

2018-03-14 Thread Megala Uthayakumar
avoid building the message one extra time by using a class > mediator? > > On Wed, Mar 14, 2018 at 11:05 PM, Megala Uthayakumar > wrote: > >> Hi Sivaramya, >> >> We decided to go for a class mediator without using existing validate >> mediator to avoid building t

Re: [Architecture] [APIM] Json Schema Validation

2018-03-15 Thread Megala Uthayakumar
gt; any mechanism to handle those kind of scenarios? > > Regards, >>> Sivaramya Sivanathan >>> Associate Software Engineer | WSO2 >>> Tel: 0770874960 <077%20087%204960> >>> WSO2 Inc : http://wso2.org >>> <http://www.google.com/url?q=http%3A%2F%2Fwso2.org&sa=D&sntz=1&usg=AFQjCNE_eTDfyl2ibPcq0hcXvRDNVuQmMg> >>> LinkedIn | www.linkedin.com/in/sivaramya >>> >> >> >> >> -- >> >> *Sanjeewa Malalgoda* >> WSO2 Inc. >> Mobile : +94713068779 <+94%2071%20306%208779> >> >> <http://sanjeewamalalgoda.blogspot.com/>blog >> :http://sanjeewamalalgoda.blogspot.com/ >> <http://sanjeewamalalgoda.blogspot.com/> >> >> >> >> ___ >> Architecture mailing list >> Architecture@wso2.org >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > > > -- > Chamin Dias > Mobile : 0716097455 > Email : cham...@wso2.com > LinkedIn : https://www.linkedin.com/in/chamindias > > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- Megala Uthayakumar Senior Software Engineer Mobile : 0779967122 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [IAM] Provisioning Users with Passwords when JIT Provisioning

2018-05-10 Thread Megala Uthayakumar
id Response Group) >>>> >>>> Thanks and Regards, >>>> Menaka >>>> -- >>>> *Menaka Jayawardena* >>>> Software Engineer >>>> WSO2 Inc. >>>> >>>> Phone: +94 71 350 5470 >>>> LinkedIn : https://lk.linkedin.com/in/menakajayawardena >>>> Blog : https://menakamadushanka.wordpress.com/ >>>> >>>> >>> >>> >>> -- >>> Nuwan Dias >>> >>> Software Architect - WSO2, Inc. http://wso2.com >>> email : nuw...@wso2.com >>> Phone : +94 777 775 729 >>> >> >> >> >> -- >> >> *Johann Dilantha Nallathamby* >> Senior Lead Solutions Engineer >> WSO2, Inc. >> lean.enterprise.middleware >> >> Mobile: *+94 77 7776950* >> LinkedIn: *http://www.linkedin.com/in/johann-nallathamby >> <http://www.linkedin.com/in/johann-nallathamby>* >> Medium: *https://medium.com/@johann_nallathamby >> <https://medium.com/@johann_nallathamby>* >> Twitter: *@dj_nallaa* >> > > > > -- > Nuwan Dias > > Software Architect - WSO2, Inc. http://wso2.com > email : nuw...@wso2.com > Phone : +94 777 775 729 > > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- Megala Uthayakumar Senior Software Engineer Mobile : 0779967122 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

[Architecture] Handling custom claims when generating JWT token using JWT grant type

2018-05-22 Thread Megala Uthayakumar
select one of the open id claims to get his claims back in original incoming JWT. Appreciate your input on this. What is the correct way to move forward? Thanks. Regards, Megala -- Megala Uthayakumar Senior Software Engineer Mobile : 0779967122

Re: [Architecture] Handling custom claims when generating JWT token using JWT grant type

2018-05-23 Thread Megala Uthayakumar
Hi Bhathiya, On Wed, May 23, 2018 at 1:05 PM, Bhathiya Jayasekara wrote: > Hi Megala, > > On Wed, May 23, 2018 at 10:11 AM, Megala Uthayakumar > wrote: > >> Hi All, >> >> I am working on $subject for IS 5.5.0. >> >> When handling custom claims,

Re: [Architecture] Handling custom claims when generating JWT token using JWT grant type

2018-05-23 Thread Megala Uthayakumar
; resource in config registry. Thanks. Regards, Megala On Wed, May 23, 2018 at 2:41 PM, Bhathiya Jayasekara wrote: > Thanks, I just understood the scenario. > > Thanks, > Bhathiya > > On Wed, May 23, 2018 at 2:36 PM, Megala Uthayakumar > wrote: > >> Hi Bhathiy

Re: [Architecture] Handling custom claims when generating JWT token using JWT grant type

2018-05-30 Thread Megala Uthayakumar
*Hi,* *As per the offline discussion with IAM team, following is the agreed design.* *Darshana/Maduranga/Farasath/IAM Team - Please do correct me if I have misunderstood regarding this.* *Thanks.* Regards, Megala On Thu, May 24, 2018 at 9:41 AM, Megala Uthayakumar wrote: > Hi, > &g

Re: [Architecture] Handling custom claims when generating JWT token using JWT grant type

2018-05-30 Thread Megala Uthayakumar
Resending the missing image ​​ On Wed, May 30, 2018 at 4:02 PM, Megala Uthayakumar wrote: > *Hi,* > > *As per the offline discussion with IAM team, following is the agreed > design.* > > > > *Darshana/Maduranga/Farasath/IAM Team - Please do correct me if I have > m

Re: [Architecture] Handling custom claims when generating JWT token using JWT grant type

2018-05-30 Thread Megala Uthayakumar
Yes. I tried to explain the same thing, seems it is confusing. I will simplify it. Thanks. Regards, Megala On Wed, May 30, 2018 at 4:12 PM, Farasath Ahamed wrote: > > > On Wed, May 30, 2018 at 4:04 PM, Megala Uthayakumar > wrote: > >> Resending the missing image >&

[Architecture] [AM] Securing APIs using Mutal SSL

2018-09-11 Thread Megala Uthayakumar
e.com/questions/101351/attribute-certificates-and-access-management Thanks. Regards, Megala -- Megala Uthayakumar Senior Software Engineer Mobile : 0779967122 User Story for securing APIs using PKI Certificates .pdf Description: Adobe PDF doc

Re: [Architecture] [AM] Securing APIs using Mutal SSL

2018-09-11 Thread Megala Uthayakumar
Hi Rajith, Thanks for the response. On Tue, Sep 11, 2018 at 10:55 PM Rajith Roshan wrote: > Hi Megala, > On Tue, Sep 11, 2018 at 9:16 PM Megala Uthayakumar > wrote: > >> Hi All, >> >> I am currently working on $subject for APIM 2.x. Currently all the APIs >

Re: [Architecture] [AM] Securing APIs using Mutal SSL

2018-09-12 Thread Megala Uthayakumar
; Mobile : +9477 262 9512 > WSO2, Inc. | http://wso2.com/ > Lean . Enterprise . Middleware > > On Wed, Sep 12, 2018 at 9:05 AM, Megala Uthayakumar > wrote: > >> Hi Rajith, >> >> Thanks for the response. >> On Tue, Sep 11, 2018 at 10:55 PM Rajith Roshan w

Re: [Architecture] [AM] Securing APIs using Mutal SSL

2018-09-21 Thread Megala Uthayakumar
subject distinguished name (DN). >> 3. Gateway performs authorization by matching the auth context against >> the target resource >> > wdyt? > > [1] > https://blueprints.launchpad.net/keystone/+spec/client-ssl-certificate-authorization > > > Thanks & Regards, &

Re: [Architecture] [AM] Securing APIs using Mutal SSL

2018-09-21 Thread Megala Uthayakumar
l be used to check the subscription tier of > particular certificate by making a call to key manager. Hence the > throttling key will be {{UNIQUE_IDENTIFIER of certificate}}__{{API > Identifier}}. > > +1 > I prefer field UNIQUE_ID than UNIQUE_IDENTIFIER > wdyt? > +1 from me. Wi

[Architecture] [DS]Embeddable gadgets feature for Dashboard Server

2016-04-26 Thread Megala Uthayakumar
ting other alternatives to satisfy these requirements. Any ideas and comments on this is highly appreciated. Thanks. Regards, Megala -- Megala Uthayakumar Software Engineer Mobile : 0779967122 ___ Architecture mailing list Architecture@wso2.org https://mai

Re: [Architecture] [DS]Embeddable gadgets feature for Dashboard Server

2016-04-26 Thread Megala Uthayakumar
Hi, High Level view of gadget rendering is follow, Sorry for the inconvenience caused. ​ Thanks. -- Megala Uthayakumar Software Engineer Mobile : 0779967122 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman

Re: [Architecture] [DS]Embeddable gadgets feature for Dashboard Server

2016-04-27 Thread Megala Uthayakumar
ross. > > Regards > Suho > > On Wed, Apr 27, 2016 at 10:10 AM, Megala Uthayakumar > wrote: > >> Hi, >> >> High Level view of gadget rendering is follow, >> >> Sorry for the inconvenience caused. >> ​ >> Thanks. >> >> -- &g

Re: [Architecture] Access Level Model For WSO2 Dashboard Server

2016-06-11 Thread Megala Uthayakumar
t;> *Manu*ranga Perera. >>>> >>>> phone : 071 7 70 20 50 >>>> mail : m...@wso2.com >>>> >>>> ___ >>>> Architecture mailing list >>>> Architecture@wso2.org >>>> htt

Re: [Architecture] Sharing Dashboards that have gadgets with role restriction

2016-06-11 Thread Megala Uthayakumar
gt;planning share this dashboard across tenants, those gadget will be >>>> shown to >>>>the tenant users" at the time of adding a new gadget to the dashboard, >>>> he >>>>will be frustrated if he doesn't want to sha

[Architecture] [Dev] WSO2 Dashboard Server 2.1.0-Alpha Released!

2016-08-12 Thread Megala Uthayakumar
g Issues Issues can be reported through the Public JIRA <https://wso2.org/jira/browse/UES> project for WSO2 Dashboard Server. [1]- https://github.com/wso2/product-ds/releases/download/v2.1.0-alpha/wso2ds-2.1.0-SNAPSHOT.zip [2]- https://docs.wso2.com/display/DS210/WSO2+Dashboard+Ser

Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-12-01 Thread Megala Uthayakumar
.com/signature> >>>> >>>> ___ >>>> Architecture mailing list >>>> Architecture@wso2.org >>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>> >>>> >>> >>> >>> -- >>> Inosh Perera >>> Senior Software Engineer, WSO2 Inc. >>> Tel: 077813 7285, 0785293686 >>> >>> ___ >>> Architecture mailing list >>> Architecture@wso2.org >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>> >>> >> >> >> -- >> >> *G. K. S. Munasinghe* >> *Senior Software Engineer,* >> *WSO2, Inc. http://wso2.com <http://wso2.com/> * >> *lean.enterprise.middleware.* >> >> email: ge...@wso2.com >> phone:(+94) 777911226 <+94%2077%20791%201226> >> >> <http://wso2.com/signature> >> >> ___ >> Dev mailing list >> d...@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Hasunie Adikari* > Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > blog http://hasuniea.blogspot.com > Mobile:+94713350904 <+94%2071%20335%200904> > > ___ > Dev mailing list > d...@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Megala Uthayakumar Software Engineer Mobile : 0779967122 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [AM] Securing APIs using Mutal SSL

2018-09-25 Thread Megala Uthayakumar
endpoint, apiId will be used for the client certificate management usecase. Appreciate your thoughts on this. Thanks. Regards, Megala On Fri, Sep 21, 2018 at 5:16 PM Megala Uthayakumar wrote: > Hi Ishara, > > On Fri, Sep 21, 2018 at 4:52 PM Ishara Cooray wrote: > >> Hi Mega