Re: [Dev] What is the recommended way to provide Basic Auth credentials in to a soap admin service after a redirect binding login

2017-11-06 Thread Godwin Shrimal
Hi Ushani, According to what I explained above, you don't need to capture the username and generate the basic auth token. You can get the cookie after successful authentication and use that cookie to invoke backend services. Thanks Godwin On Tue, Nov 7, 2017 at 12:18 PM, Ushani Balasooriya

Re: [Dev] What is the recommended way to provide Basic Auth credentials in to a soap admin service after a redirect binding login

2017-11-06 Thread Ushani Balasooriya
Hi Godwin, Yes that is what I need to do. For the Post binding I got the inputs from the servlet and set the Basic auth token in session and use it when invoking the backend. My problem is during the redirect binding. Since the login can be any thridparty IDP and I need to provide login

Re: [Dev] What is the recommended way to provide Basic Auth credentials in to a soap admin service after a redirect binding login

2017-11-06 Thread Godwin Shrimal
Hi Ushani, As I understand you want to invoke services in the Identity server after SSO login. Please explain if not. If yes you can use same what we do in the identity server dashboard. We take the cookie from the header and use that cookie to invoke backend services. Thanks Godwin On Tue,

Re: [Dev] How to configure single logout when multiple authentication steps involved in the authentication flow?

2017-11-06 Thread Godwin Shrimal
Hi Shashika, As Malithi mentioned above Google and Facebook federated authenticators are not supporting Single Logout at the moment. We don't have any workaround unless implementing the single logout feature on those federated authenticators. Thanks Godwin On Tue, Nov 7, 2017 at 10:07 AM,

Re: [Dev] Implement a thirdparty web application using the sample in the doc

2017-11-06 Thread Ushani Balasooriya
Hi, When I tried the recommended approach I encountered this issue [1]. Hence I will be directly calling Soap admin services inside my implementation to proceed with the task. [1] https://wso2.org/jira/browse/IDENTITY-6860 Thanks, Ushani On Sat, Nov 4, 2017 at 12:05 AM, Ushani Balasooriya

Re: [Dev] What is the recommended way to provide Basic Auth credentials in to a soap admin service after a redirect binding login

2017-11-06 Thread Ushani Balasooriya
Hi Malithi, Thanks for the response. But my concern is IDP can be any one like Wso2IS, Salesforce, facebook etc. So for me to invoke I assume I should know the client ID and secret of the relevant IDP right? Please correct me if I am wrong. I just need to invoke the admin services using Basic

Re: [Dev] What is the recommended way to provide Basic Auth credentials in to a soap admin service after a redirect binding login

2017-11-06 Thread Malithi Edirisinghe
I think you can use SAML bearer grant here and use the access token to access APIs Thanks, Malithi On Tue, Nov 7, 2017 at 10:11 AM, Ushani Balasooriya wrote: > Hi, > > Appreciate your response. > > Thanks, > > On Mon, Nov 6, 2017 at 2:04 PM, Ushani Balasooriya

Re: [Dev] What is the recommended way to provide Basic Auth credentials in to a soap admin service after a redirect binding login

2017-11-06 Thread Ushani Balasooriya
Hi, Appreciate your response. Thanks, On Mon, Nov 6, 2017 at 2:04 PM, Ushani Balasooriya wrote: > Hi IAM team, > > As a part of my third party web application implementation to add users > and roles I would like to try if the logged in admin user can perform the > relevant

Re: [Dev] How to configure single logout when multiple authentication steps involved in the authentication flow?

2017-11-06 Thread Sashika Wijesinghe
Hi Malithi, Thanks for the response. Just for clarification, how does the customer's manage to do single log out with external IDPs? Do we have any workaround to log out from the external IDP? Thanks, Sashika On Mon, Nov 6, 2017 at 7:57 PM, Malithi Edirisinghe wrote: > >

Re: [Dev] Issue with XACML policy in wso2is-km-5.3..0

2017-11-06 Thread Omindu Rathnaweera
Hi Jorge, Can you try setting the following property to false in repository/conf/identity/entitlement.properties file. PDP.SchemaValidation.Enable=false The issue is due to IS and IS-KM using different implementations for schema validation and it is already tracked under [1]. Note that setting

[Dev] Issue with XACML policy in wso2is-km-5.3..0

2017-11-06 Thread Jorge
Hi all. I´m using wso2is-km-5.3.0 to integrate IS as a key manager with WSO2 AM 2.1.0 and also I want to create some XACML policies to ESB proxies in WSO2 Enterprise Integrator. If I use the Simple Policy Editor for a simple policy I get errors like this: [2017-11-06 16:17:42,332] ERROR

[Dev] [Architecture] WSO2 Stream Processor 4.0.0-Alpha Released!

2017-11-06 Thread Sajith Perera
Hi All, The WSO2 Analytics team is pleased to announce the release of *WSO2 Stream Processor Version 4.0.0 Alpha*. WSO2 Smart Analytics let digital business creating real-time, intelligent, actionable business insights, and data products which are achieved by WSO2 Stream Processor's real-time,

Re: [Dev] CSRF token error in working with EI Management Console with Java 1.8.0_151

2017-11-06 Thread Sudharma Subasinghe
Hi Prakash, Still with jdk1.8.0_144, same issue happens with EI 6.1.1-update 8 pack On Mon, Nov 6, 2017 at 8:06 PM, Sudharma Subasinghe wrote: > Same thing is happening with EI 6.1.1-update 8 with JDK 1.8.0_45. > > > On Wed, Nov 1, 2017 at 7:14 AM, Prakhash Sivakumar

Re: [Dev] CSRF token error in working with EI Management Console with Java 1.8.0_151

2017-11-06 Thread Sudharma Subasinghe
Same thing is happening with EI 6.1.1-update 8 with JDK 1.8.0_45. On Wed, Nov 1, 2017 at 7:14 AM, Prakhash Sivakumar wrote: > > > On Tue, Oct 31, 2017 at 3:20 PM, Thejan Rupasinghe > wrote: > >> Hi Chaminda, >> >> Seems it is an issue in the Tomcat server

Re: [Dev] How to configure single logout when multiple authentication steps involved in the authentication flow?

2017-11-06 Thread Malithi Edirisinghe
On Mon, Nov 6, 2017 at 7:55 PM, Malithi Edirisinghe wrote: > > > On Mon, Nov 6, 2017 at 5:14 PM, Sashika Wijesinghe > wrote: > >> Hi All, >> >> I want to configure single log out for a scenario where multi-step >> authentication involved (basic auth and

Re: [Dev] How to configure single logout when multiple authentication steps involved in the authentication flow?

2017-11-06 Thread Malithi Edirisinghe
On Mon, Nov 6, 2017 at 5:14 PM, Sashika Wijesinghe wrote: > Hi All, > > I want to configure single log out for a scenario where multi-step > authentication involved (basic auth and authentication via external > identity providers). > > For example, I have configured Google and

[Dev] Running jmeter bzm - Concurrency Thread Group though maven

2017-11-06 Thread Chamara Ariyarathne
er/results/20171106-CUSTOM_Concurrency_Thread_Group.csv, -n, -t, /home/chamara/stress-test-framework/target/jmeter/testFiles/CUSTOM/Concurrency_Thread_Group.jmx] [INFO] Error in NonGUIDriver java.lang.IllegalArgumentException: Problem loading XML from:'/home/chamara/stress-test-framework/target/jmeter

[Dev] How to configure single logout when multiple authentication steps involved in the authentication flow?

2017-11-06 Thread Sashika Wijesinghe
Hi All, I want to configure single log out for a scenario where multi-step authentication involved (basic auth and authentication via external identity providers). For example, I have configured Google and Facebook as the 1st step of authentication (I will be using "fidp" query param to select