Re: [Dev] Need help for csv to json

2019-04-04 Thread Prabushi Samarakoon
Hi Arushi, You can use WSO2 EI Data-mapper mediator [1] to process CSV to JSON data transformations. Please refer [1] and [2]

[Dev] Best Practice - calling stored procedure from WSO2 EI 6.2.0

2019-04-04 Thread Sanjay Bawri
Hi Team, I see that there are multiple approaches to call a stored procedure from WSO2 ESB/EI layer. 1. Using the DBReport mediators 2. Using the Data Services concept. My scenario is simple - my proxy service will get a message over a queue, and i need to invoke the stored procedure to insert

Re: [Dev] Tenant OIDC logout fails with 'ID token signature validation failed.' error

2019-04-04 Thread Ruwan Abeykoon
Hi Sathya, I do not see any issue adding the info-set to the id-token, as conceptually it carries more information about the users identity. Did we checked if there an standard claims in id token we could use, instead of "realm", "tenant_domain", etc. Cheers, Ruwan A On Thu, Apr 4, 2019 at 11:43

Re: [Dev] Tenant OIDC logout fails with 'ID token signature validation failed.' error

2019-04-04 Thread Hasini Witharana
Hi Ruwan/Sathya, There are some standard claims defined in the OIDC specification[1], none of them can be used instead of "realm", "tenant_domain". However, the spec also says that it is okay to add any other claims to id_token[2]. [1] -

Re: [Dev] Tenant OIDC logout fails with 'ID token signature validation failed.' error

2019-04-04 Thread Farasath Ahamed
Hi Devs, Also what about the value of " *realm*" claim when the user is a federated one? Regards, Farasath On Fri, Apr 5, 2019 at 9:32 AM Hasini Witharana wrote: > Hi Ruwan/Sathya, > > There are some standard claims defined in the OIDC specification[1], none > of them can be used instead of

[Dev] Tenant OIDC logout fails with 'ID token signature validation failed.' error

2019-04-04 Thread Sathya Bandara
Hi all, In OIDC logout flow, we send the ID token as a user identification method similar to following request. https://localhost:9443/oidc/logout?id_token_hint= _logout_redirect_uri= http://localhost:8080/playground2/oauth2client=1 when validating the ID token, we are trying to get tenant