Re: [Dev] Base64 encoding in jaggery

2015-11-12 Thread Kalpa Welivitigoda
Thanks Dakshika, I used javax.xml.bind.DatatypeConverter.printBase64Binary(). On Thu, Nov 12, 2015 at 11:58 AM, Dakshika Jayathilaka wrote: > Hi, > > If your using jaggery sso module[1] you can use sso.client.b64encode() as > wel. > > [1]

Re: [Dev] WSO2 DAS 3.0.0 issue: failed to get records from table

2015-11-12 Thread Rukshani Weerasinha
Hi Sinthuja, Thank you for this information. I will work on this jira. Best Regards Rukshani. On Thu, Nov 12, 2015 at 12:32 PM, Sinthuja Ragendran wrote: > Hi all, > > The installation guide seems bit outdated, we will update the > documentation, and the public JIRA

[Dev] IS 5.1.0 DB Scripts Relying on the Existing Database Table Sequences

2015-11-12 Thread Tharindu Edirisinghe
Hi IS Team, I have been going through the IS 5.1.0 Beta DB Scripts and found following in them. CREATE TABLE IF NOT EXISTS IDP_AUTHENTICATOR ( . FOREIGN KEY (IDP_ID) REFERENCES IDP(ID) ON DELETE CASCADE); INSERT INTO IDP_AUTHENTICATOR (TENANT_ID, IDP_ID, NAME)

[Dev] Blocker in IS authenticator with IS 5.1.0

2015-11-12 Thread Shakila Sivagnanarajah
Hi all, I create an authenticated user like [1]. For my case, I don't have any claims. I enabled the debug mode log and get the following log. And you can find the authenticator code in [3]. There is no entry/association for this user id. Is this caused due to that? Can anyone guide me to

[Dev] What does WARN "Couldn't find the mediation statistics store for tenant id" means?

2015-11-12 Thread Ishara Cooray
Hi, $Subject please. Here is the full console log related to the warning message. WARN {org.wso2.carbon.mediation.statistics.MediationStatisticsServiceComponent} - Couldn't find the mediation statistics store for tenant id: 718

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-12 Thread Aruna Karunarathna
On Fri, Nov 13, 2015 at 11:55 AM, Kalpa Welivitigoda wrote: > Hi Aruna, > > On Fri, Nov 13, 2015 at 11:48 AM, Aruna Karunarathna > wrote: > >> So to overcome this issue, we will follow the following approach. >> >> Create a separate module called mss-parent and

[Dev] [DS] [IS] Failed to add authentication to DS

2015-11-12 Thread Lalanke Athauda
Hi, I'm trying to embed authentication mechanism to WSO2 DS(UES). I'll explain what I wanted to do in detail. In DS, we have included the feature, getting OAuth token from external identity server. We use external IS to authenticate user and use SAML response sent by IS to retrieve OAuth token

[Dev] SSL configuration of the Websphere MQ Java client need certificate of the CA.

2015-11-12 Thread Kirishanthy Tharmalingam
Hi all, I'm working on IBM WebSphere MQ , I need to do the SSL configuration for the communication. I'm following [1] to get the trustore and keystore , In this document I need to get certificate of the CA. where I can get the certificate ? or Is there any other solution for SSL configuration ?

Re: [Dev] [IS] - Getting Claims in Response for Google Aauthenticator Without Requesting Claims from Service Provider Side

2015-11-12 Thread Nadeesha Meegoda
Hi Jayanga, Yes. I didn't change the default query params. Left them as they were. Please refer the attachment. On Fri, Nov 13, 2015 at 1:03 PM, Jayanga Kaushalya wrote: > Hi Nadeesha, > > There are some additional query parameters "scope=openid email profile" > when

[Dev] [IS] - Getting Claims in Response for Google Aauthenticator Without Requesting Claims from Service Provider Side

2015-11-12 Thread Nadeesha Meegoda
Hi all, I have setup the federated setup for IDP as Google and SP as SAML and I have enabled the "Include Attributes in the Response Always" in SAML configuration. I haven't added any custom claim mapping on Google IDP side and I am not requesting any claims from SP side either. However I am

Re: [Dev] [IS] - Getting Claims in Response for Google Aauthenticator Without Requesting Claims from Service Provider Side

2015-11-12 Thread Jayanga Kaushalya
Hi Nadeesha, There are some additional query parameters "scope=openid email profile" when registering Google authenticator. Did you keep these extra query parameters(Coming by default) when you are registering the authenticator ? Thanks! *Jayanga Kaushalya* Software Engineer Mobile:

Re: [Dev] Blocker in IS authenticator

2015-11-12 Thread Shakila Sivagnanarajah
Hi, This is caused due to invalid saml configuration. I Updated about this in another thread with subject "Blocker in IS authenticator with IS 5.1.0". Thanks On Thu, Nov 12, 2015 at 12:13 PM, Shakila Sivagnanarajah wrote: > Hi all, > > The NullPointerException that I

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-12 Thread Aruna Karunarathna
So to overcome this issue, we will follow the following approach. Create a separate module called mss-parent and move all the dependencies and plugins management to that mss-parent's pom.xml from the product-mss's root pom.xml. Keep only the build plugins in the product-mss's root pom.xml. Refer

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-12 Thread Kalpa Welivitigoda
Hi Aruna, On Fri, Nov 13, 2015 at 11:48 AM, Aruna Karunarathna wrote: > So to overcome this issue, we will follow the following approach. > > Create a separate module called mss-parent and move all the dependencies > and plugins management to that mss-parent's pom.xml from the

Re: [Dev] SSL configuration of the Websphere MQ Java client need certificate of the CA.

2015-11-12 Thread Kirishanthy Tharmalingam
Hi all, I forgot to add the link [1] in the previous mail , Sorry for that. [1] http://www.ibm.com/developerworks/websphere/library/techarticles/0510_fehners/0510_fehners.html On Fri, Nov 13, 2015 at 12:14 PM, Kirishanthy Tharmalingam < kirishan...@wso2.com> wrote: > Hi all, > > I'm working

Re: [Dev] [IS] - Getting Claims in Response for Google Aauthenticator Without Requesting Claims from Service Provider Side

2015-11-12 Thread Jayanga Kaushalya
Hi Nadeesha, This is the expected behavior of the Google authenticator. These claims are coming with the ID Token as metadata. Thanks! *Jayanga Kaushalya* Software Engineer Mobile: +94777860160 WSO2 Inc. | http://wso2.com lean.enterprise.middleware On Fri, Nov 13, 2015 at 1:10 PM, Nadeesha

Re: [Dev] What does WARN "Couldn't find the mediation statistics store for tenant id" means?

2015-11-12 Thread Jagath Sisirakumara Ariyarathne
Hi Ishara, According to the code[1] this occurs when statistics is not enabled in carbon.xml. true [1] -

Re: [Dev] WSO2 DAS 3.0.0 issue: failed to get records from table

2015-11-12 Thread Jorge
Hi all, Mi setup it´s the default, using H2, just for a DAS 3.0.0 demo...in previous snapshots or with BAM 2.5.0 this scenario work just fine, now I can not see the data in my graphs. So the hadoop error it´s something else. But the problem I´m facing it´s with the timeout: TID: [-1234] []

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-12 Thread Nirmal Fernando
On Wed, Nov 11, 2015 at 7:01 PM, Afkham Azeez wrote: > > On Wed, Nov 11, 2015 at 1:46 AM, Nirmal Fernando wrote: > >> Do sample poms need a parent at all (if everything is in the maven >> central)? IMO they should be self contained. >> > > +1 . Kernel team can

Re: [Dev] What does WARN "Couldn't find the mediation statistics store for tenant id" means?

2015-11-12 Thread Ishara Cooray
Thanks Jagath. Ishara Cooray Senior Software Engineer Mobile : +9477 262 9512 WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware On Thu, Nov 12, 2015 at 8:02 PM, Jagath Sisirakumara Ariyarathne < jaga...@wso2.com> wrote: > Hi Ishara, > > According to the code[1] this occurs when