Re: [Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-23 Thread Priyadarssini Kishokumar
Hi Ushani, That also did not work. The problem is callback url is null in registered App. Thanks, On Thu, Jul 23, 2015 at 11:49 AM, Ushani Balasooriya ush...@wso2.com wrote: Hi Priyadarshini, If you are using the latest playground app in documentation, the callback url should be :

Re: [Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-23 Thread Ushani Balasooriya
Hi Priyadarshini, If you are using the latest playground app in documentation, the callback url should be : http://localhost:8080/playground2/oauth2client You have given http://localhost:8080/playground2.0/oauth2client On Tue, Jul 21, 2015 at 11:47 AM, Priyadarssini Kishokumar

Re: [Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-23 Thread Thilini Cooray
Hi Priyadarssini, Are you facing the same issue when providing any callback url or is this only with WSO2 OAuth2 Playground? Thanks. On Thu, Jul 23, 2015 at 12:01 PM, Priyadarssini Kishokumar priyadarss...@wso2.com wrote: Hi Ushani, That also did not work. The problem is callback url is

Re: [Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-23 Thread Priyadarssini Kishokumar
Hi Thilini, The issue is there for any callback url. Thanks, On Thu, Jul 23, 2015 at 12:10 PM, Thilini Cooray thili...@wso2.com wrote: Hi Priyadarssini, Are you facing the same issue when providing any callback url or is this only with WSO2 OAuth2 Playground? Thanks. On Thu, Jul 23,

[Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-21 Thread Priyadarssini Kishokumar
Hi, I created an api application with callback url http://localhost:8080/playground2.0/oauth2client;. I'm using playground2.0 with tomcat. When I tried to authorize with the needed parameters in playground, I'm getting below error. *invalid_callback*Registered callback does not match with the

Re: [Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-21 Thread Nuwan Dias
Did you provide the call back url of the Application at the time of creating the Application or did you provide it by updating the Application after you generated keys? Thanks, NuwanD. On Tue, Jul 21, 2015 at 11:38 AM, Priyadarssini Kishokumar priyadarss...@wso2.com wrote: Hi, I created an

Re: [Dev] [APIM] Error in using WSO2 OAuth2 Playground with APIM 1.9.0

2015-07-21 Thread Priyadarssini Kishokumar
Hi, I gave the url when the time of creating the application. The same way I tested with AM 1.7.0. On Tue, Jul 21, 2015 at 11:44 AM, Nuwan Dias nuw...@wso2.com wrote: Did you provide the call back url of the Application at the time of creating the Application or did you provide it by updating