[Dev] Writing a custom Authenticator Handler for WSO2 API Manager to validate a OAuth token with Identity Server

2014-01-01 Thread Sumedha Kodithuwakku
Hi all, Is there a way to use a OAuth token generated by IS in the APIMs API calls.? Basically what should happen is when making Api calls with the OAuth token generated by IS, APIM should validate the token with Identity Server and if it validates let the call go through. As I understood we

Re: [Dev] Writing a custom Authenticator Handler for WSO2 API Manager to validate a OAuth token with Identity Server

2014-01-01 Thread Sumedha Kodithuwakku
Hi Vijayaratha, You mean, Installing KeyManager features right..? Thanks SumedhaS On Wed, Jan 1, 2014 at 11:13 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Why don't you try to configure IS as keymanager? On 2 January 2014 11:36, Sumedha Kodithuwakku sumed...@wso2.com wrote: Hi

Re: [Dev] Writing a custom Authenticator Handler for WSO2 API Manager to validate a OAuth token with Identity Server

2014-01-01 Thread Vijayaratha Vijayasingam
Yes.. On 2 January 2014 11:52, Sumedha Kodithuwakku sumed...@wso2.com wrote: Hi Vijayaratha, You mean, Installing KeyManager features right..? Thanks SumedhaS On Wed, Jan 1, 2014 at 11:13 PM, Vijayaratha Vijayasingam rat...@wso2.com wrote: Why don't you try to configure IS as

Re: [Dev] Writing a custom Authenticator Handler for WSO2 API Manager to validate a OAuth token with Identity Server

2014-01-01 Thread Sumedha Rubasinghe
When validating a token, API Manager validates for whole new set of conditions like API Name, version, subscription availability, status, etc. This is why a direct token from IS (unless generate through API Manager with IS as the Key Manager) won't go pass through Authentication Handler of API

Re: [Dev] Writing a custom Authenticator Handler for WSO2 API Manager to validate a OAuth token with Identity Server

2014-01-01 Thread Sumedha Kodithuwakku
Hi Sumedha, Thanks for the explanation. I will use the approach of using IS as the Key Manager. Thanks SumedhaS On Wed, Jan 1, 2014 at 11:24 PM, Sumedha Rubasinghe sume...@wso2.comwrote: When validating a token, API Manager validates for whole new set of conditions like API Name, version,