Re: [Architecture] Implementing SAML ECP profile for WSO2 IS

2018-10-09 Thread Johann Nallathamby
@IAM team why not we use the inbound framework for this task. Then we don't need to register a new servlet, just write the connector to process the SOAP message. The implementation will be much simpler, and it will save effort in writing JDBC logic in storing properties, etc. @Harsha Thirimanna

Re: [Architecture] Implementing SAML ECP profile for WSO2 IS

2018-10-03 Thread Winma Heenatigala
Thank you ! On Fri, Sep 28, 2018 at 2:42 PM Isura Karunaratne wrote: > > > On Fri, Sep 28, 2018 at 11:32 AM Winma Heenatigala wrote: > >> Hi all, >> >> As I mentioned in my previous email, I completed my research on the ECP >> profile and started to implement it for WSO2 identity server. >>

Re: [Architecture] Implementing SAML ECP profile for WSO2 IS

2018-09-28 Thread Isura Karunaratne
On Fri, Sep 28, 2018 at 11:32 AM Winma Heenatigala wrote: > Hi all, > > As I mentioned in my previous email, I completed my research on the ECP > profile and started to implement it for WSO2 identity server. > For testing purposes I needed an ECP enabled Service Provider and a > client. For

Re: [Architecture] Implementing SAML ECP profile for WSO2 IS

2018-09-28 Thread Winma Heenatigala
Hi all, As I mentioned in my previous email, I completed my research on the ECP profile and started to implement it for WSO2 identity server. For testing purposes I needed an ECP enabled Service Provider and a client. For that I used Shibboleth SP and a Simple Bash client[1] provided by