[Dev] Login to Identity Server using another Identity Server - OAuth2

2017-12-14 Thread Isuru Uyanage
Hi All, I'm trying to login to Identity Server using another Identity Server. I followed doc[1]. It has been asked to follow the below steps. - Configure an IDP(Idp9443) in Identity Server1. - Configure an SP(SP9444) in Identity Server2. - In the second Identity Server, in Service

Re: [Dev] [Federation proxy]Configuring WSO2 IS as external IDP of WSO2 APPM

2017-12-14 Thread Kavitha Subramaniyam
Replied for your query, please check and give a try, if you stuck on anything ping me. Thanks, On Fri, Dec 15, 2017 at 11:01 AM, Kavitha Subramaniyam wrote: > Hi Chathurika, > Ok, I will check the above query. > > Thanks, > > On Fri, Dec 15, 2017 at 10:12 AM, Chathurika De

Re: [Dev] [IS] [OAuth] Cannot be generated an authorization code using an active access token for "OAuthRequestPathAuthenticator"

2017-12-14 Thread Farasath Ahamed
On Friday, December 15, 2017, Kavitha Subramaniyam wrote: > Hi Farasath, > > Yes, it is working [1] with skipping the consent, Thanks! > I hope this is a workaround and it needs to be fixed [2]? > This is not a workaround. Infact its the expected behaviour. If it is not

Re: [Dev] [IS] [OAuth] Cannot be generated an authorization code using an active access token for "OAuthRequestPathAuthenticator"

2017-12-14 Thread Kavitha Subramaniyam
Hi Farasath, Yes, it is working [1] with skipping the consent, Thanks! I hope this is a workaround and it needs to be fixed [2]? BTW I don't understand why the authentication not accepted the consent value which sent in authorize request as I tried on above reply. Please advice on this. [1] <

Re: [Dev] [IS] [OAuth] Cannot be generated an authorization code using an active access token for "OAuthRequestPathAuthenticator"

2017-12-14 Thread Kavitha Subramaniyam
Hi Farasath, Ok I will try with skipping consent and let you know the result. Between I have tried requesting the code with appending the consent value (consent=approve) in the request and it was given same response as above. Any idea why the same behaviour? Thanks, On Fri, Dec 15, 2017 at 11:30

Re: [Dev] [IS] [OAuth] Cannot be generated an authorization code using an active access token for "OAuthRequestPathAuthenticator"

2017-12-14 Thread Farasath Ahamed
Please ignore my previous reply. This look like the consent screen (the 302 you got in the response) which requires user interaction to either approve or deny. Can you try skipping consent using identity.xml configuration[1] and retry the scenario? [1]

Re: [Dev] [IS] [OAuth] Cannot be generated an authorization code using an active access token for "OAuthRequestPathAuthenticator"

2017-12-14 Thread Farasath Ahamed
Have you engaged the request path authenticator for the service provider under Local and Outbound authentication configuration section? Can we have a screenshot of the SP local and outbound auth section (including request path authentication) section to see whether request path authentication is

Re: [Dev] [Federation proxy]Configuring WSO2 IS as external IDP of WSO2 APPM

2017-12-14 Thread Kavitha Subramaniyam
Hi Chathurika, Ok, I will check the above query. Thanks, On Fri, Dec 15, 2017 at 10:12 AM, Chathurika De Silva wrote: > Hi Kavitha > > Yes, I got the parts you have mentioned working and I am now stuck with a > separate issue which I have raised in [1] . Please do provide

Re: [Dev] [Federation proxy]Configuring WSO2 IS as external IDP of WSO2 APPM

2017-12-14 Thread Chathurika De Silva
Hi Kavitha Yes, I got the parts you have mentioned working and I am now stuck with a separate issue which I have raised in [1] . Please do provide any answer on that if you have tried this earlier and please be kind enough to record that in the query itself. Your help is much appreciated. [1]

Re: [Dev] [Federation proxy]Configuring WSO2 IS as external IDP of WSO2 APPM

2017-12-14 Thread Kavitha Subramaniyam
Hi Chathurika, As I understood the solution, if you can do all steps mentioned in the doc [2] you should be able to SSO login to pub/store using IS1 as IDP and this setup together (IS1 + APPM) will be able to funtion as federation proxy in this scenario(solution15). After you should configure

Re: [Dev] [ESB -DSS] Issue on sending emails.

2017-12-14 Thread Chanika Geeganage
According to the configuration the email is sent only if the value passed for ENGINE_CAPACITY is less than 10. As Praminda said do you observe any exceptions in logs? If so can you please post them., On Fri, Dec 15, 2017 at 9:25 AM, Praminda Jayawardana wrote: > Hi Senuwan, >

Re: [Dev] [ESB -DSS] Issue on sending emails.

2017-12-14 Thread Praminda Jayawardana
Hi Senuwan, Do you get any errors when trying to send an email? If you get authentication errors you should use app password [1] for the axis2 email configuration. [1]: https://security.google.com/settings/security/apppasswords Thanks, Praminda On Thu, Dec 14, 2017 at 9:26 PM, Senuwan Withana

Re: [Dev] Clone mediator does not work for me (WSO2 API manager 2.1.0)

2017-12-14 Thread Shazni Nazeer
Hi Richard, You can instead use a sequence like this, http://ws.apache.org/ns/synapse;> http://10.0.0. 32:9091/yd"/>

[Dev] [IS] [OAuth] Cannot be generated an authorization code using an active access token for "OAuthRequestPathAuthenticator"

2017-12-14 Thread Kavitha Subramaniyam
Hi all, I have tried "oauth-bearer" Request path authentication scenario. In case I need to generate an authorization code using an active access token which should be recieved from the response. Steps I followed are as per doc [1]: - Register a SP - Configure OAuth/ OIDC with enbling

[Dev] WSO2 Identity Server 5.4.0 Update1 Released !!!

2017-12-14 Thread Maduranga Siriwardena
The WSO2 Identity and Access Management team is pleased to announce the release of WSO2 Identity Server 5.4.0 Update1. You can build the distribution from the source tag, Runtime: https://github.com/wso2/product-is/releases/tag/v5.4.0-update1 Analytics:

[Dev] WSO2 API Manager 3.0.0-M10 Released!

2017-12-14 Thread Rukshan Premathunga
The WSO2 API Manager team is pleased to announce the release of API Manager 3.0.0-M10. It's now available to download. Distribution - https://github.com/wso2/product-apim/releases/download/v3.0.0-m10/wso2apim-3.0.0-m10.zip -

[Dev] [ESB -DSS] Issue on sending emails.

2017-12-14 Thread Senuwan Withana
Hi Team, When the user adds some value(s) into the back end I want to send an email to some other users like managers etc. In order to do below scenario I have used WSO2 EI DSS service. I have tried out the scenario give on documentation [1], but email have not generated. Please give me

Re: [Dev] Configuring Yahoo as a IDP with Federated Authenticator Yahoo Configuration

2017-12-14 Thread Tharindu Edirisinghe
Hi Shanika, Can you show the Yahoo side configuration too. It seems Identity Server is invoking the authorize endpoint of Yahoo. Without checking the Yahoo side's config, we can't identify what causes the problem here. Thanks, TharinduE On Thu, Dec 14, 2017 at 12:43 AM, Shanika Wickramasinghe

[Dev] XSD/DTD Schemas for connector.xml and other WSO2 configuration file

2017-12-14 Thread Thomas LEGRAND
Hello, Where can I find the XSD/DTD XML schemas to write the configuration files, like connector.xml, component.xml for a connector and the Synapse sequences? Because I hate when Eclipse shows me red things whereas it is not needed (At that time, I write mostly the XML directly instead of using

[Dev] WSO2 Enterprise Integrator 6.1.1-update13 Released !

2017-12-14 Thread Vijitha Ekanayake
Hi all, The WSO2 Integration team is pleased to announce the release of Enterprise Integrator 6.1.1-update13. It is available for download from here . *Tasks/Bug Fixes and Improvements*

[Dev] WSO2 API Manager 2.1.0-update3 Released!

2017-12-14 Thread Thilini Shanika
WSO2 API Manager team is pleased to announce the release of version 2.1.0-update3 of API Manager. WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of API management challenges such as API provisioning,

Re: [Dev] ACK interleaving

2017-12-14 Thread Marco Sessa
Thanks Vinod, it work good! I now try to fix the race condition on HL7 module. Regards, Marco *Marco Sessa* *Software Analyst / Developer* CSP S.p.A. Napoli - Centro Direzionale, isola G/1, scala C Tel: 081.191.38.607 Cel: 340.8689247 Email: marco.se...@cspnet.it www.cspnet.it 2017-12-14

Re: [Dev] ACK interleaving

2017-12-14 Thread Vinod Kavinda
Hi, You can't use the usual feature installer since your jar is not in the feature repo. Can you try following, 1. Copy the jar file to wso2/components/plugins folder. 2. Modify the wso2/components/default/configuration/org.eclipse.equinox.simpleconfigurator/ bundles.info file's entry

Re: [Dev] ACK interleaving

2017-12-14 Thread Marco Sessa
Hi Dev, I have download the carbon-mediation-release-4.6.40-v775 source code and I made some changes in the code of the HL7 feature (https://github.com/wso2/ carbon-mediation/tree/master/components/business-adaptors/hl7). After I have rebuild carbon-mediation-release-4.6.40-v775 (mvn clean

Re: [Dev] Configuring Email OTP - Step 2 - Configure the EmailOTP provider, Step 12 - Error

2017-12-14 Thread Nilasini Thirunavukkarasu
Hi Isuru, I have followed the steps. I could able to get the access token with out any errors. Seems like the error is due to invalid authorization code. Could you please check on that?. You can get another authorization code using step 10 and try the request. Thanks, NIla. On Mon, Dec 11, 2017

[Dev] Clone mediator does not work for me (WSO2 API manager 2.1.0)

2017-12-14 Thread Richard Páleník
Hello team, I need to process outgoing response from an API in an ERP application but leave the original message sent to the requestor without delay. I am trying to put clone mediator in use, but it does not seem to work. Here is the setup: http://ws.apache.org/ns/synapse;>