[Dev] After configuring salesforce connector , cannot restart the server - Salesforce Connector

2018-06-10 Thread Damith Wickramasinghe
Hi, I configured salesforce connector and was able to retrieve data from salesforce, But then if I restart the server I'm getting following issue, [2018-06-11 11:36:47,433] [EI-Core] ERROR - Repository Failed to add new Collection /_system/governanceThere already exist non collection resource. [2

[Dev] [Announce] [Architecture] WSO2 Enterprise Integrator 6.3.0-M11 Released !

2018-06-10 Thread Malaka Gangananda
Hi All, The WSO2 Integration team is pleased to announce the release of Enterprise Integrator 6.3.0-M11. It is available for download now here . *Tasks/Bug Fixes and Improvements* - https://github.com/wso2/

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Identity Server 5.6.0 RC1

2018-06-10 Thread Madawa Soysa
Hi All, We are closing the vote as IS-Analytics is not released yet. Will call for another vote soon once the IS-Analytics is released. Thanks, Madawa On Mon, Jun 11, 2018 at 6:45 AM Dewni Weeraman wrote: > Hi, > > Tested below scenarios on RC1 pack, > >- OAuth token revocation. >- Cre

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Identity Server 5.6.0 RC1

2018-06-10 Thread Dewni Weeraman
Hi, Tested below scenarios on RC1 pack, - OAuth token revocation. - Create, update, get, delete an OAuth app using Dynamic Client Registration endpoint. - Entitlement policy creation using write policy in xml and publishing. - Using REST APIs via XACML to manage entitlement. No b

[Dev] `java.sql.SQLException: Subquery returns more than 1 row` in a clustered deployment of WSO2 Enterprise Integrator

2018-06-10 Thread Chiranga Alwis
Hi all, I am currently working on building Kubernetes resources for WSO2 products. During the process of building Kubernetes resources for WSO2 Enterprise Integrator, I've been experiencing the $subject error, intermittently during server startup. It was mostly experienced when attempting to star

[Dev] HTTP 504 Gateway Timeout error when attempting to access the WSO2 Identity Server Analytics Dashboard portal

2018-06-10 Thread Chiranga Alwis
Hi all, I am currently working on building Kubernetes resources for WSO2 products. During the process of building Kubernetes resources for WSO2 Identity Server's deployment pattern 2, I experienced the following HTTP 504 Gateway Timeout error when attempting to access the WSO2 Identity Server Ana

[Dev] Subject Alternative Names in certificate

2018-06-10 Thread Godwin Amila Shrimal
Hi, I have a clarifications related to $subject. When we create the keystore we can give the SAN as below. keytool -genkey -alias wso2carbon -keyalg RSA -keystore wso2carbon.jks -keysize 2048 -ext SAN=dns:xyz.com,dns:abc.com,dns:hello.com I have following two questions 1. AFAIK SANs is a meta da

Re: [Dev] Restrict Admin console within localhost in WSO2 IS 5.5.0

2018-06-10 Thread Darshana Gunawardana
Hi Shiva, This need to be configured in the host OS or in a firewall to block port 9443 (with default configs).. Thanks, On Sat, Jun 9, 2018 at 12:54 PM Shiva Kumar wrote: > Hi All, > > I want to restrict access to admin console within localhost how I can > configure WSO2 IS 5.5.0 for that. >

Re: [Dev] [VOTE] Release of WSO2 Identity Server 5.6.0 RC1

2018-06-10 Thread Nilasini Thirunavukkarasu
Hi, Tested below scenarios on the RC1 pack, - Authorization code grant - Implicit grant - Client credential grant - Password grant - Invoke user info with the access token retrieved from authorization code grant - OIDC federation with two IS [+] Stable - Go ahead and releas

Re: [Dev] WSO2 and OAuth 2.0

2018-06-10 Thread Janak Amarasena
> > (1) Does consumer_key and consumer_password has any expiry time? No, it doesn't expire. > (2) I see Token API has responded with Oauth2 token with a field *expires_in > = 13940*. Does it mean this token would expire *after 13940 seconds once > I receive it*? > Yes, it is normally set

Re: [Dev] WSO2 and OAuth 2.0

2018-06-10 Thread Janak Amarasena
Have you specified a grant type? You need to specify a grant type like bellow (the following is for client credentials grant type); You can directly import curl commands into Postman as well. ​ ​Best Regards, On Sun, Jun 10, 2018 at 1:30 PM, shibsankar wrote: > Yes. I tested with correct he

Re: [Dev] WSO2 and OAuth 2.0

2018-06-10 Thread Janak Amarasena
Hi Shib, As I can see the way you're sending the consumer_key and consumer_secret is wrong. It should be in the *Authorization* header in the following form. *key* = Base64 encoded consumer_key:consumer_secret and the *Authorization *header value should look like this. *Authorization: Basic ke

Re: [Dev] WSO2 and OAuth 2.0

2018-06-10 Thread Harsha Kumara
Depend on your grant type you will need to set appropriate parameters. Please follow[1] and check the parameters set in the curl request. I think it would be best to read about the spec and posts on grant types. Resource in [2] will be helpful. [1] https://docs.wso2.com/display/AM210/Client+Creden

Re: [Dev] WSO2 and OAuth 2.0

2018-06-10 Thread shibsankar
Yes. I see consumer key and consumer secret now when I click generate key (*screenshot key-value attached*) However, when I call token API with these key and secrets from Postman, I don't receive any OAuth 2 token. (*screenshot access-token attached*) What is going wrong ? Regards Shib On Sun