Re: FEDIZ with external authentication

2014-10-09 Thread Rajeev Parekh
Thanks a lot Oli. Is there a reference implementation that I could start working with. Thanks Rajeev Parekh Indigo Consulting www.indigoconsulting.com 847.275.4432 (m) 847.304.7800 (w) At the intersection of consumer, mobile and social identities On 10/9/2014 1:01 AM, Oliver Wulff wrote: Hi

Re: FEDIZ with external authentication

2014-10-08 Thread Rajeev Parekh
actually in my case, the FEDIZ IDP is the OAuth2 client, the web application requires WS Fed provided by FEDIZ IDP/STS Rajeev Parekh Indigo Consulting www.indigoconsulting.com 847.275.4432 (m) 847.304.7800 (w) At the intersection of consumer, mobile and social identities On 10/8/2014 11:54 AM

Re: FEDIZ with external authentication

2014-10-08 Thread Rajeev Parekh
OAuth and OpenID Connect regards Rajeev Parekh Indigo Consulting www.indigoconsulting.com 847.275.4432 (m) 847.304.7800 (w) At the intersection of consumer, mobile and social identities On 10/8/2014 11:02 AM, Sergey Beryozkin wrote: OAuth2 is def not an authentication mechanism on its own, putting

Re: FEDIZ with external authentication

2014-10-08 Thread Rajeev Parekh
could further query the userInfo endpoint to get additional claims/attributes. thanks Rajeev Parekh Indigo Consulting www.indigoconsulting.com 847.275.4432 (m) 847.304.7800 (w) At the intersection of consumer, mobile and social identities On 10/8/2014 10:24 AM, Sergey Beryozkin wrote: Are you

Re: FEDIZ with external authentication

2014-10-08 Thread Rajeev Parekh
From: Sergey Beryozkin [sberyoz...@gmail.com] Sent: 07 October 2014 12:16 To: users@cxf.apache.org Subject: Re: FEDIZ with external authentication Hi On 06/10/14 18:51, Rajeev Parekh wrote: I would like to use FEDIZ WS-federation in s setup where Authentication is

FEDIZ with external authentication

2014-10-06 Thread Rajeev Parekh
I would like to use FEDIZ WS-federation in s setup where Authentication is delegated to an external OAuth provider. Per my understanding, this is more related to configuration with Spring Security than core FEDIZ, but thought it best to ask this forum for advise on how to do it right. My use cas

Re: Configuration Issue with FEDIZ

2014-09-17 Thread Rajeev Parekh
lloworld | Many Thanks On 9/17/2014 9:27 AM, Colm O hEigeartaigh wrote: Hi, The problem appears to be that the IdP URL is misconfigured - the value for the "issuer" URL in the "fediz_config.xml" you are using should be " https://localhost:9443/fediz-idp/fede

Configuration Issue with FEDIZ

2014-09-15 Thread Rajeev Parekh
Hello I am a newbie to both CXF and FEDIZ, I wanted to install and configure the basic test case with one IDP, STS & one RP. here is what I have so far: * The default IDP & STS wars deployed and configured in one tomcat instance running on https/9443 for REALM A as explained in the config doc