Re: [Dev] How to send application/x-www-form-urlencoded data to an API published in APIM 2.1.0

2019-11-12 Thread Shiva Kumar K R
Hi please ignore this mail it was my fault i was sending an empty parameter from my REST client. Sorry for that. On Tue, Nov 12, 2019, 18:41 Shiva Kumar wrote: > Hi, > > I am able to register an api in WSO2 APIM 2.1.0 successfully, this API > takes application/x-www-form-urlencoded in its reques

[Dev] How to avoid quota exceeded for unauthenticated API in WSO2 API Manager 2.1.0

2019-11-22 Thread Shiva Kumar K R
Hi Team, I have an unauthenticated API added to api manager which will be called when running integration tests of my product. During running tests I am getting *your quota exceed error.* I tried changing tiers.xml where I made *MaximumCount to 0* but still I m facing same issue. Is it possible to

Re: [Dev] Is it possible check the post body is empty in wso2 api manager mediation sequence.

2019-11-23 Thread Shiva Kumar K R
Thank you Fazlan it worked. On Sat, Nov 23, 2019, 17:20 Fazlan Nazeem wrote: > Hi Shiva, > > You should be able to it by placing the following property in the in > sequence. > > "BOOLEAN"/> > > On Thu, Nov 21, 2019 at 4:16 PM Shiva Kumar > wrote: > >> Hi Team, >> >> I have a backend API which

[Dev] Is it possible to use existing different table structured database as secondary user stores?

2020-05-14 Thread Shiva Kumar K R
Hi All, I am working on configuring a secondary user store with an existing employee database with different table definitions and authenticating the users against that database. As far as I understand, the sql queries for the JDBCUserStoreManager look tightly coupled with the WSO2 user management

[Dev] How to disable commonAuthId cookie.

2020-07-17 Thread Shiva Kumar K R
acias, Shiva Kumar K R __ Software Engineer SecurelyShare Software Pvt Ltd <http://www.securelyshare.com> *Contact:* <http://www.linkedin.com/in/shivakumarkr>Linkedin <http://www.linkedin.com/in/shivakumarkr> ___ Dev ma

[Dev] Change JSESSIONID cookie name. WSO2 IS 5.3.0

2020-11-01 Thread Shiva Kumar K R
Hi All, I am using WSO2 IS 5.3.0 and I would like to change the cookie name JSESSIONID to something else for authenticationendpoint application. Please suggest a solution to change it. -- Gracias, Shiva Kumar K R __ Software Engineer SecurelyShare Software Pvt Ltd <h

Re: [Dev] Change JSESSIONID cookie name. WSO2 IS 5.3.0

2020-11-02 Thread Shiva Kumar K R
Hi All, I was able to change cookie name using the following configuration in authenticationendpoint web.xml. true *MY-LOGIN-ID* 10 On Mon, Nov 2, 2020 at 12:04 PM Shiva Kumar K R wrote: > Hi All, > I am using WSO2 IS 5.3.0 and I would like to change the cookie name > JSES

[Dev] Adding Google as identity provider to WSO2 API Manager 2.1.0 without integrating WSO2 Identiy Server

2017-12-06 Thread Shiva Kumar K R
Hi, I have to use Google, Facebook or any third party Identiy provider just to authenticate users and giving access to my APIs by generating access token in my WSO2. I know Identity server support it but because of resource constraints I want this to be achieved through only WSO2 API Manager. Is t

Re: [Dev] Adding Google as identity provider to WSO2 API Manager 2.1.0 without integrating WSO2 Identiy Server

2017-12-06 Thread Shiva Kumar K R
o get facebook also to > working in the same way. However we haven't tested that out. > > Thanks, > Tharindu Edirisinghe > > > > On Wed, Dec 6, 2017 at 2:32 PM, Shiva Kumar K R > wrote: > >> Hi, >> >> I have to use Google, Facebook or any third party Ide

[Dev] Is it possible to authenticate user using otp as first step.

2018-05-17 Thread Shiva Kumar K R
Hi All, I want to generate access token using otp authentication as first step. I have successfully configured totp authentication for second step of multi factor authentication. Is it possible to use it in first step by sending email in request parameter to totp endpoint. Thanks, Shiva __

[Dev] Customize token introspection response in wso2 IS 5.3.0

2018-05-25 Thread Shiva Kumar K R
Hi all, Is there any classes that I can extend and override the response of token introspection endpoint. I mean how I can add use claims in token introspection response. Thanks, Shiva ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/li

Re: [Dev] Webapps that can be removed for administration node of WSO2IS 5.3.0

2018-06-01 Thread Shiva Kumar K R
Hi Farasath, Thanks for ur quick reply. I will be configuring load balancer that is true but I don't want all the nodes to contain admin console just like in WSO2 APIM, how can I do that. On Fri 1 Jun, 2018, 11:41 PM Farasath Ahamed, wrote: > On Friday, June 1, 2018, Shiva Kumar wrote: > >> Hi

[Dev] Writing and calling custom admin services for WSO2IS 5.5.0

2018-06-05 Thread Shiva Kumar K R
Hi All, Is there any sources available to write and deploy admin services and calling them. Thank you, Shiva ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Will WSO2 IS 5.5.0 support any callback on token revoke.

2018-06-12 Thread Shiva Kumar K R
Hi All, I am looking for a callback kind of support in identity server that will be called when an access token is revoked. Background:- I am using identity server for oauth authentication. After obtaining the token I will leverage token introspection API to validate token on my service provider e

[Dev] Custom Oauth2 client authentication in WSO2 IS 5.5.0

2018-08-26 Thread Shiva Kumar K R
Hi, How can I customise oauth client authentication in identity server. I mean I need to add a layer of security to existing basic authentication. Thanks, Shiva ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Customizing oauth2 introspection response

2019-01-15 Thread Shiva Kumar K R
Hi WSO2 Team, I am using oauth2 token introspection API to verify token status and get user information. Is it possible to customize the response body of this API like adding new claim or modifying existing claim? Thank you, Shiva ___ Dev mailing list De

[Dev] Remove war files of unused features in identity server 5.3.0

2019-05-14 Thread Shiva Kumar K R
Hi All, Is it possible to remove some war archives which even after removal does not affect Oauth2 authentication. I am not using many of the features WSO2 supports is possible to remove war archives corresponding to those features. Thanks, Shiva ___ Dev