[Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-08 Thread Senthalan Kanagalingam
Hi all, Publishing APIs into APIM from Tomcat based AS 6.0 - Architecture The idea of the above is to automatically create APIs from the deployed web apps in AS and publish them into the API Publisher. Publishing APIs automatically makes it easier for webapp developers on Tomcat to use APIM

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Senthalan Kanagalingam
so2.com> wrote: > What is the value of using integrated API gateway instead of the APIM > gateway ? > Is the Integrated API gateway doing more than OAuth authorization (Eg: > throttling)? > > On Mon, Sep 19, 2016 at 1:47 AM, Senthalan Kanagalingam < > sentha...@w

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Senthalan Kanagalingam
component in the API Manager is not required > isn't it? > > On Wed, Sep 21, 2016 at 2:37 PM, Senthalan Kanagalingam < > sentha...@wso2.com> wrote: > >> Hi Ajanthan, >> >> The integrated API gateway is doing only the OAuth authorization. But the >> idea of t

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Senthalan Kanagalingam
o we push the > API to the publisher? Are we going to use the Store in any use-case? > > On Wed, Sep 21, 2016 at 3:15 PM, Senthalan Kanagalingam < > sentha...@wso2.com> wrote: > >> Yes, When the end user using APIs from the Application server the >> integrat

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-19 Thread Senthalan Kanagalingam
to read and publish > along with the api. This way we could create the documentation in store. > > Thanks, > Ayyoob > > *Ayyoob Hamza* > *Software Engineer* > WSO2 Inc.; http://wso2.com > email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495> > > O

Re: [Architecture] Moving XACML to C5

2016-12-05 Thread Senthalan Kanagalingam
o cluster about > policy changes. [1] > > [1] https://wso2.org/jira/browse/MB-1704 > > > > > On Thu, Dec 1, 2016 at 1:38 PM, Senthalan Kanagalingam <sentha...@wso2.com > > wrote: > >> ​When moving XACML from C4 to C5, we have concerned following key aspect >

[Architecture] Moving XACML to C5

2016-12-01 Thread Senthalan Kanagalingam
​When moving XACML from C4 to C5, we have concerned following key aspect to change and improve. 1. Remove multi tenancy from ​entitlement engine. In C4, we have tightly coupled with the multi tenancy. So in order to remove that, we refactored the entitlement engine and caching level. But in

[Architecture] Utility conditional authentication functions for cookie related operations

2018-05-14 Thread Senthalan Kanagalingam
cure" : true, "version" : 1, "comment" : "some comments" }); if anyone didn't want the propeties, they can use {} or null. Your comments and feedback related to these identified functions and signature are highly appreciated. thanks, Senthalan.

Re: [Architecture] IS550: Oauth Role or XACML scope validation

2018-05-08 Thread Senthalan Kanagalingam
quot; because he is not in a role. Checked it with "Try" -- works >>4. Published to PDP >>5. tried curl to issue new token -- token issued as before. No >>restriction for the user >> >> May be I am using it in a wrong way?

Re: [Architecture] Utility conditional authentication functions for cookie related operations

2018-05-15 Thread Senthalan Kanagalingam
etCookie(response, "name", "value", {"max-age" : 4000, > "path" : "/localhost", > "domain" : "localhost", > "httpOnly" : true, > "secure" : true, > "version" : 1, > "

Re: [Architecture] [IAM] Passing parameters from authentication script to Authenticators

2018-06-11 Thread Senthalan Kanagalingam
Hi Pulasthi, On Mon, Jun 11, 2018 at 11:36 AM Pulasthi Mahawithana wrote: > Hi Senthalan, > > On Mon, Jun 11, 2018 at 11:10 AM Senthalan Kanagalingam < > sentha...@wso2.com> wrote: > >> Hi all, >> >> I am working on the $subject. The purpose of this i

Re: [Architecture] [IAM] Passing parameters from authentication script to Authenticators

2018-06-12 Thread Senthalan Kanagalingam
n Mon, Jun 11, 2018 at 3:45 PM Senthalan Kanagalingam wrote: > Hi Pulasthi, > > On Mon, Jun 11, 2018 at 11:36 AM Pulasthi Mahawithana > wrote: > >> Hi Senthalan, >> >> On Mon, Jun 11, 2018 at 11:10 AM Senthalan Kanagalingam < >> sentha...@wso2.com&

[Architecture] Implementing Identifier first in authentication flow

2018-06-07 Thread Senthalan Kanagalingam
. -- *Senthalan Kanagalingam* *Software Engineer - WSO2 Inc.* *Mobile : +94 (0) 77 18 77 466* <http://wso2.com/signature> ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Implementing Identifier first in authentication flow

2018-06-08 Thread Senthalan Kanagalingam
figure out a better solution. thanks, Senthalan On Thu, Jun 7, 2018 at 6:43 PM Senthalan Kanagalingam wrote: > Hi all, > > I am currently working on implementing Identifier first in authentication > flow. This is not an authenticator. This will be like a pre-step which > wi

Re: [Architecture] [IAM] Passing parameters from authentication script to Authenticators

2018-06-13 Thread Senthalan Kanagalingam
ltering authentication options of a step by script" On Tue, Jun 12, 2018 at 5:32 PM Senthalan Kanagalingam wrote: > Hi all, > > With an offline discussion we decided to change the definition from > parameter to property. > > context.*property*.foo = "xyz"

Re: [Architecture] [IAM] Passing parameters from authentication script to Authenticators

2018-06-15 Thread Senthalan Kanagalingam
2); } } ); } We can have 2 objects inside "authenticationOptions". In "local", we can specify the authenticator identifier and map of parameters (key-value pair). And in "federated", we can specify the parameter map for the federated identity

Re: [Architecture] [IAM] Passing parameters from authentication script to Authenticators

2018-06-17 Thread Senthalan Kanagalingam
executeStep(2); } } ); } thanks, On Mon, Jun 18, 2018 at 9:43 AM Maduranga Siriwardena wrote: > Hi Sagara, > > I think "foo" : "alex" is a parameter passed to the authenticator. And > yes, if we can provide a little bit meaningfu

Re: [Architecture] [IAM] Passing parameters from authentication script to Authenticators

2018-06-25 Thread Senthalan Kanagalingam
authenticationOptions" as >>> I feel. >>> >>> Shall we rename the object key to "stepOptions"? Please suggest any >>> better name, if the name "stepOptions" doesn't convey the meaning what >>> it is intended for. >>> >&

Re: [Architecture] [IAM] Export and Import Service Provider as file

2018-06-24 Thread Senthalan Kanagalingam
ent as handlers. So that, > the export connector contract will be defined in the application mgt > component. > > Thanks, > Malithi. > > On Fri, Jun 22, 2018 at 6:21 PM, Senthalan Kanagalingam < > sentha...@wso2.com> wrote: > >> Hi all, >> >> W

Re: [Architecture] [IAM] Export and Import Service Provider as file

2018-07-02 Thread Senthalan Kanagalingam
method will be skipped as it has been performed earlier. thanks, Senthalan On Sun, Jun 24, 2018 at 12:47 PM Senthalan Kanagalingam wrote: > Hi Malithi, > > yes, we can implement as you suggest. My concerns are > >- We are validating the claims, authenticators, ide

Re: [Architecture] [RRT] XACML based scope validator (during OAuth2 token validation)

2018-01-15 Thread Senthalan Kanagalingam
;> If my wit is good, this will be the best way to implement this feature. >> >> [1] [IAM] Restful API to Evaluate Permission Tree in IS >> >> Regards, >> Johann. >> >> On Fri, Jan 12, 2018 at 2:10 PM, Senthalan Kanagalingam < >> sentha...@wso2.com

Re: [Architecture] [RRT] XACML based scope validator (during OAuth2 token validation)

2018-01-19 Thread Senthalan Kanagalingam
t;> Hi Senthalan, >> >> On Tue, Jan 16, 2018 at 12:05 PM, Senthalan Kanagalingam < >> sentha...@wso2.com> wrote: >> >>> Hi Johann, >>> >>> Thanks for the feedback. Currently, I am checking that feature. >>> >>> Accordi

Re: [Architecture] [RRT] XACML based scope validator (during OAuth2 token validation)

2018-01-30 Thread Senthalan Kanagalingam
gt; Cheers, >> Ruwan >> >> >> On Sun, Jan 28, 2018 at 8:28 PM, Dimuthu Leelarathne <dimut...@wso2.com> >> wrote: >> >>> >>> >>> On Wed, Jan 24, 2018 at 12:41 PM, Johann Nallathamby <joh...@wso2.com> >>> wro

Re: [Architecture] [Dev] [VOTE] Release of WSO2 Identity Server 5.6.0 RC3

2018-06-19 Thread Senthalan Kanagalingam
gt; >>> Madawa Soysa / Senior Software Engineer >>> mada...@wso2.com / +94714616050 >>> >>> *WSO2 Inc.* >>> lean.enterprise.middleware >>> >>> <https://wso2.com/signature> >>> >>> >>> >>> >>

[Architecture] WSO2 Identity Server 5.7.0-alpha Released!

2018-08-03 Thread Senthalan Kanagalingam
WSO2 Identity and Access Management team is pleased to announce the release of Identity Server 5.7.0 Alpha! Download You can download WSO2 Identity Server 5.7.0 alpha from here . You can download WSO2

[Architecture] WSO2 Identity Server 5.7.0-M5 Released!

2018-07-27 Thread Senthalan Kanagalingam
com/identity-and-access-management <https://wso2.com/identity-and-access-management> or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources.~ The WSO2 Identity and Access Management Team ~* -- *Senthalan Kanagalingam* *Software Engineer -

Re: [Architecture] Implementing Identifier first in authentication flow

2018-08-16 Thread Senthalan Kanagalingam
on login.Authentication flow would behave like below. - First >>>> check if a session is available for the authenticators related to the >>>> identifier first login step.- If the user (browser session) is >>>> authenticated with one or more authenticators, d

[Architecture] WSO2 Identity Server 5.7.0-alpha2 Released!

2018-08-10 Thread Senthalan Kanagalingam
-is/issues>. For more information about WSO2 Identity Server, please see https://wso2.com/identity-and-access-management or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources. ~ The WSO2 Identity and Access Management Team ~ -- *Senthalan Kanagali

[Architecture] WSO2 Identity Server 5.7.0-beta Released!

2018-08-24 Thread Senthalan Kanagalingam
://wso2.com/identity-and-access-management or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources. ~ The WSO2 Identity and Access Management Team ~ -- *Senthalan Kanagalingam* *Software Engineer - WSO2 Inc.* *Mobile :

[Architecture] WSO2 Identity Server 5.7.0-alpha3 Released!

2018-08-18 Thread Senthalan Kanagalingam
s>. For more information about WSO2 Identity Server, please see https://wso2.com/identity-and-access-management or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources. ~ The WSO2 Identity and Access Management Team ~ -- *Senthalan Kanagalingam* *

[Architecture] WSO2 Identity Server 5.7.0-M3 Released!

2018-07-16 Thread Senthalan Kanagalingam
ity Server, please see https://wso2.com/identity-and-access-management <https://wso2.com/identity-and-access-management> or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources.~ The WSO2 Identity and Access Management Team ~* -- *Senthalan

[Architecture] WSO2 Identity Server 5.7.0-M4 Released!

2018-07-19 Thread Senthalan Kanagalingam
com/identity-and-access-management <https://wso2.com/identity-and-access-management> or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources.~ The WSO2 Identity and Access Management Team ~* -- *Senthalan Kanagalingam* *Software Engineer -

Re: [Architecture] Methods to get currentSubject and currentStep in authentication script

2018-07-18 Thread Senthalan Kanagalingam
; > Regards, > > Harshan Liyanage > Mobile: *+94765672894* > Email: hars...@wso2.com > Blog: http://harshanliyanage.blogspot.com/ > Medium: https://medium.com/@harshan.dll > *WSO2, Inc.:** wso2.com <http://wso2.com/>* > lean.enterprise.middleware. > > > On Sat

[Architecture] WSO2 Identity Server 5.7.0-M2 Released!

2018-07-05 Thread Senthalan Kanagalingam
formation about WSO2 Identity Server, please see https://wso2.com/identity-and-access-management <https://wso2.com/identity-and-access-management> or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources.~ The WSO2 Identity and Access Management

[Architecture] Methods to get currentSubject and currentStep in authentication script

2018-07-10 Thread Senthalan Kanagalingam
uting step. Please share your comments on the naming of the methods. thanks, Senthalan. -- *Senthalan Kanagalingam* *Software Engineer - WSO2 Inc.* *Mobile : +94 (0) 77 18 77 466* <http://wso2.com/signature> ___ Architecture mailing list Archite

Re: [Architecture] [RRT] XACML based scope validator (during OAuth2 token validation)

2018-01-23 Thread Senthalan Kanagalingam
forward to any suggestions or comments. Thanks, Senthalan On Tue, Jan 23, 2018 at 10:40 AM, Dimuthu Leelarathne <dimut...@wso2.com> wrote: > > > On Tue, Jan 23, 2018 at 9:49 AM, Senthalan Kanagalingam < > sentha...@wso2.com> wrote: > >> Hi all, >> &

Re: [Architecture] [RRT] XACML based scope validator (during OAuth2 token validation)

2018-01-22 Thread Senthalan Kanagalingam
rvice provider. This will be a simple select query and we can use caching. We can check whether the user has enabled the scope validation or not and continue. Any suggestions or improvements are highly appreciated. Thanks and Regards, Senthalan On Fri, Jan 19, 2018 at 6:42 PM, Senthalan Kanagalingam <sentha..

Re: [Architecture] [Dev] [VOTE] Release WSO2 Identity Server 5.5.0 RC2

2018-03-15 Thread Senthalan Kanagalingam
>> >>>>>> -- >>>>>> Regards, >>>>>> >>>>>> >>>>>> *Darshana Gunawardana*Technical Lead >>>>>> WSO2 Inc.; http://wso2.com >>>>>> >>>>>> *E-mail: darsh...@wso2.com <darsh...@wso2.com>* >>>>>> *Mobile: +94718566859 <071%20856%206859>*Lean . Enterprise . >>>>>> Middleware >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Hasintha Indrajee >>>>> WSO2, Inc. >>>>> Mobile:+94 771892453 <+94%2077%20189%202453> >>>>> >>>>> >>>>> ___ >>>>> Architecture mailing list >>>>> Architecture@wso2.org >>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Pulasthi Mahawithana* >>>> Associate Technical Lead >>>> WSO2 Inc., http://wso2.com/ >>>> Mobile: +94-71-5179022 <+94%2071%20517%209022> >>>> Blog: https://medium.com/@pulasthi7/ >>>> >>>> <https://wso2.com/signature> >>>> >>>> ___ >>>> Dev mailing list >>>> d...@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Ishara Karunarathna >>> Technical Lead >>> WSO2 Inc. - lean . enterprise . middleware | wso2.com >>> >>> email: isha...@wso2.com, blog: isharaaruna.blogspot.com, mobile: >>> +94717996791 <+94%2071%20799%206791> >>> >>> >>> >>> ___ >>> 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 >> >> > > > -- > Prakhash Sivakumar > Senior Software Engineer | WSO2 Inc > Platform Security Team > Mobile : +94771510080 <+94%2077%20151%200080> > Blog : https://medium.com/@PrakhashS > > ___ > Dev mailing list > d...@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Senthalan Kanagalingam* *Software Engineer - WSO2 Inc.* *Mobile : +94 (0) 77 18 77 466* <http://wso2.com/signature> ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [RRT] XACML based scope validator (during OAuth2 token validation)

2018-03-05 Thread Senthalan Kanagalingam
to understand the execution order > from the UI. > WDYT? > > Thanks, > DinushaD. > > On Mon, Mar 5, 2018 at 3:49 PM, Denuwanthi De Silva <denuwan...@wso2.com> > wrote: > >> >> >> On Mon, Mar 5, 2018 at 3:10 PM, Senthalan Kanagalingam &l

[Architecture] WSO2 Identity Server 5.7.0-M1 Released!

2018-06-29 Thread Senthalan Kanagalingam
formation about WSO2 Identity Server, please see https://wso2.com/identity-and-access-management <https://wso2.com/identity-and-access-management> or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources.~ The WSO2 Identity and Access Management

Re: [Architecture] [IAM] Export and Import Service Provider as file

2018-06-22 Thread Senthalan Kanagalingam
n-identity-framework/tree/master/components/application-mgt thanks, Senthalan On Mon, Jun 18, 2018 at 6:00 PM Senthalan Kanagalingam wrote: > Hi all, > > I am working on the importing and exporting service provider as an xml > file. Currently, we support file-based DAO

Re: [Architecture] [Dev] [VOTE] Release WSO2 Identity Server 5.7.0 RC2

2018-09-13 Thread Senthalan Kanagalingam
se >> >> Thanks, >> Dinali >> >> On Wed, Sep 12, 2018 at 7:49 PM Maduranga Siriwardena >> wrote: >> >>> Hi, >>> >>> I have tested following and no issues were found. >>> >>>- Import and export service provider. &g

[Architecture] [Dev][VOTE] Release WSO2 Identity Server 5.7.0 RC3

2018-09-13 Thread Senthalan Kanagalingam
lt;https://github.com/wso2/product-is/milestone/45?closed=1> Source and distribution, Runtime - https://github.com/wso2/product-is/releases/v5.7.0-rc3 Please download, test the product and vote. [+] Stable - go ahead and release [-] Broken - do not release (explain why) Thanks, -

Re: [Architecture] [Dev] [VOTE] Release WSO2 Identity Server 5.7.0 RC2

2018-09-13 Thread Senthalan Kanagalingam
ge on RC2 to RC3 is only a text file addition. > > Please revoke your vote casted on this thread if you feel this is not > acceptable on your vote. > > Cheers, > Ruwan. > > On Thu, Sep 13, 2018 at 3:02 PM Senthalan Kanagalingam > wrote: > >> Hi All, >> >

[Architecture] [Dev][VOTE] Release WSO2 Identity Server 5.7.0 RC2

2018-09-12 Thread Senthalan Kanagalingam
lt;https://github.com/wso2/product-is/milestone/45?closed=1> Source and distribution, Runtime - https://github.com/wso2/product-is/releases/v5.7.0-rc2 Please download, test the product and vote. [+] Stable - go ahead and release [-] Broken - do not release (explain why) Thanks, -

Re: [Architecture] [IAM] Shall we move "carbon-identity-gateway" to attic ?

2019-06-18 Thread Senthalan Kanagalingam
hub.com/wso2/carbon-identity-gateway > > Cheers, > Ruwan A > > -- > Ruwan Abeykoon | Director/Architect | WSO2 Inc. > (w) +947435800 | Email: ruw...@wso2.com > > -- Senthalan Kanagalingam | Software Engineer | WSO2 Inc. (m) +94 (0) 77 18 77 466 | (w) +9

Re: [Architecture] [Dev][VOTE] Release WSO2 Identity Server 5.8.0 RC3

2019-05-22 Thread Senthalan Kanagalingam
om/wso2/analytics-is/releases/tag/v5.8.0-rc3 >>>>>> <https://github.com/wso2/analytics-is/releases/download/v5.8.0-rc3/wso2is-analytics-5.8.0-rc3.zip> >>>>>> >>>>>> >>>>>> Please download, test th

[Architecture] Fwd: Force Retry Mechanism per Step in Adaptive Authentication

2019-07-17 Thread Senthalan Kanagalingam
){ executeStep(3, { onSuccess: function (context){ // Logic to execute if step 3 succeeded }, onFail: function (context){ forceRetry(context); } }); } }); } Please share your thoughts on this. Thanks, Senthalan -- Senthalan

Re: [Architecture] Force Retry Mechanism per Step in Adaptive Authentication

2019-07-21 Thread Senthalan Kanagalingam
e the retry count now. Is your idea to make this behavior >>> adaptive? >>> >>> How would this improvement impact for: >>> 1. Authenticators that have implemented "return true" for above method >>> 2. Authenticators that have implemented

[Architecture] WSO2 Identity Server 5.9.0-beta Released!

2019-09-22 Thread Senthalan Kanagalingam
//wso2.com/identity-and-access-management or visit the WSO2 Oxygen Tank <http://wso2.com/library/> developer portal for additional resources. ~ The WSO2 Identity and Access Management Team ~ -- Senthalan Kanagalingam | Senior Software Engineer | WSO2 Inc. (m) +94 (0) 77 18 77 466 | (w) +9411743