Re: [Dev] [Architecture] Support for encrypted ID tokens in OIDC

2018-03-06 Thread Vihanga Liyanage
Even with signed id tokens, we didn't persist them in the database. Hense I didn't either. Do you see any value in doing so? On Wed, Mar 7, 2018 at 12:46 PM, Denuwanthi De Silva wrote: > > > On Wed, Mar 7, 2018 at 11:26 AM, Vihanga Liyanage > wrote: > >>

Re: [Dev] [Architecture] Support for encrypted ID tokens in OIDC

2018-03-06 Thread Denuwanthi De Silva
On Wed, Mar 7, 2018 at 11:26 AM, Vihanga Liyanage wrote: > Hi all, > > [Update] > I have completed the second phase of the project, providing service > provider level configurations in admin dashboard to configure encryption > algorithm and encryption method. With this update,

[Dev] How to comment or remove an xml element during package preparing time

2018-03-06 Thread Naduni Pamudika
Hi All, I have a requirement to comment out the below element in identity.xml when building the micro-gateway distribution. http://wso2.org/projects/carbon/carbon.xml;> I tried using the maven replacer plugin by adding a

[Dev] WSO2 Identity Server 5.5.0-Beta Released!

2018-03-06 Thread Sathya Bandara
WSO2 Identity and Access Management team is pleased to announce the release of Identity Server 5.5.0 Beta! Download You can download WSO2 Identity Server 5.5.0 Beta distributions from following locations. Identity Server:

Re: [Dev] Support for encrypted ID tokens in OIDC

2018-03-06 Thread Vihanga Liyanage
Hi all, [Update] I have completed the second phase of the project, providing service provider level configurations in admin dashboard to configure encryption algorithm and encryption method. With this update, once you enable encrypting id tokens for an SP in the admin dashboard, two select boxes

[Dev] Identity server installation

2018-03-06 Thread Asanka Anthony
Where we can download the WSO2 Identity Server 5.0.0 SP1 pack?please advice Thanks Anthony ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] iot-server.sh issues

2018-03-06 Thread PASAN MANULA
Hi, I'm getting this error continuously when I'm trying to run WSo2 Iot server on my localhost. Please note that I haven't change any default user name or password and the system is still running on default settings. Also note that I'm getting this error when I'm trying to view analytics on the

Re: [Dev] WSO2 Broker Cluster jndi.properties

2018-03-06 Thread Jason De Silva
Hi, Yes, you need to provide the list of MB nodes in the connection string in jndi.properties. Please refer [1] for an example on how you can set it in a round robin manner. [1] https://docs.wso2.com/display/MB310/Connection+URL+Format#ConnectionURLFormat-Example Regards, Jason Jason De Silva

Re: [Dev] WSO2 Broker Cluster jndi.properties

2018-03-06 Thread Sachithra Dangalla
Hi, The steps to configure clustered Message Broker is in [1] and the steps to configure the broker nodes are in [2]. [1] - https://docs.wso2.com/display/CLUSTER44x/Clustering+Message+Broker [2] - https://docs.wso2.com/display/CLUSTER44x/Configuring+the+Broker+Nodes Thanks, Regards, On Wed,

[Dev] WSO2 Broker Cluster jndi.properties

2018-03-06 Thread JĂșnior
Hi, When we have a cluster of WSO2 MB how is the correct way to configure the jndi.properties to connect to them? Should we have a list of the cluster members in the connection string? Does someone have an example of a similar scenario? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM

Re: [Dev] Regarding Paas and WSO2 EI

2018-03-06 Thread Dhanya Santhan
Thank you for the clarification. On 06-Mar-2018 9:41 PM, "Pubudu Gunatilaka" wrote: > Hi Dhanya, > > EI is not supported by default in PaaS and we have discontinued the PaaS. > > Thank you! > > On Tue, Mar 6, 2018 at 1:28 PM, dhanya wrote: > >> Hi,

Re: [Dev] Regarding Paas and WSO2 EI

2018-03-06 Thread Pubudu Gunatilaka
Hi Dhanya, EI is not supported by default in PaaS and we have discontinued the PaaS. Thank you! On Tue, Mar 6, 2018 at 1:28 PM, dhanya wrote: > Hi, > > I have a query regarding Paas and the use of wso2 EI as a cartridge. > > Is WSO2 Enterprise Integrator supported

Re: [Dev] Clarification on Private key JWT Client Authentication for OIDC

2018-03-06 Thread Abimaran Kugathasan
Hi Shanika, 11th, 12th, and 13th are subsets of 10th (Import the public key of the private_key_jwt issuer). You have to rename because management console takes the file name of the public key as the alias which is clientID. The 14th step is an alternative way to install public key through

[Dev] Siddhi long value comparison

2018-03-06 Thread Dinusha Dissanayake
Hi all, I came across with an issue regarding comparing a long value. My intention was to check if the time difference is greater that 30 days, and then insert the corresponding values to target stream. I tested this behavior with APIM Analytics 2.0.0. However I noticed an unusual behavior. I