Re: [Architecture] Fwd: Certificate based Authentication for Micro-gateway

2019-01-14 Thread Bhashinee Nirmali
Hi All, To identify whether the mutual SSL authentication has been done successfully, will it be okay if we send a parameter in the request saying it failed or not? So that we can continue with the filters depending on the retrieved value of that parameter. Thanks, Bhashinee On Sun, Oct 28, 2018

[Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nirubikaa Ravikumar
Hi all, I am planing to work on "Auth0 OpenID Connector ". Please find the flow diagram below: In the flow of OpenID Connect, User sends a request to service provider, then the request is redirected to the WSO2 IS .Then the WSO2 IS requests to get authorization code with client credentials, a

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nirubikaa Ravikumar
please find the image, On Mon, Jan 7, 2019 at 1:23 PM Nirubikaa Ravikumar wrote: > Hi all, > I am planing to work on "Auth0 OpenID Connector ". Please find the flow > diagram below: > > > > > In the flow of OpenID Connect, > > User sends a request to service provider, then the request is redire

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nirubikaa Ravikumar
please find the image, On Mon, Jan 7, 2019 at 1:23 PM Nirubikaa Ravikumar wrote: > Hi all, > I am planing to work on "Auth0 OpenID Connector ". Please find the flow > diagram below: > > > > > In the flow of OpenID Connect, > > User sends a request to service provider, then the request is redir

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nilasini Thirunavukkarasu
Hi Nirubikaa, We couldn't able to see the diagram. Could you please re-attach the image? Thanks, Nila. On Mon, Jan 7, 2019 at 1:23 PM Nirubikaa Ravikumar wrote: > Hi all, > I am planing to work on "Auth0 OpenID Connector ". Please find the flow > diagram below: > > > > > In the flow of OpenID

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nuwan Dias
Hi Nirubikaa, The image hasn't loaded it seems, could you attach it please? I'm trying to figure out the problem we're trying to solve with this solution. Could you briefly explain the use case (problem) as well please? Thanks, NuwanD. On Mon, Jan 7, 2019 at 1:23 PM Nirubikaa Ravikumar wrote:

Re: [Architecture] Cookie Based Authentication for Micro-gateway.

2019-01-14 Thread Nuwan Dias
The requirement to implement $subject is to enable client-side web applications (Javascript driven SPAs) to use OAuth2 APIs easily. When an SPA uses OAuth2 protected APIs, they are required to present a valid access token. To do this these Applications need to execute some Javascript on the client

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nirubikaa Ravikumar
please find the image, On Mon, Jan 7, 2019 at 1:23 PM Nirubikaa Ravikumar wrote: > Hi all, > I am planing to work on "Auth0 OpenID Connector ". Please find the flow > diagram below: > > > > > In the flow of OpenID Connect, > > User sends a request to service provider, then the request is redire

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Naduni Pamudika
Hi Nirubikaa, On Mon, Jan 7, 2019 at 1:23 PM Nirubikaa Ravikumar wrote: > Hi all, > I am planing to work on "Auth0 OpenID Connector ". Please find the flow > diagram below: > > In the flow of OpenID Connect, > > User sends a request to service provider, then the request is redirected > to the W

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Farasath Ahamed
Hi Nirubikaa, Before we start implementing this connector can we try our generic OIDC Federation connector[1] to talk to Auth0 and see if it works? Ideally, if Auth0 is having a standard OIDC Endpoint then this should work without any issues. [1] https://docs.wso2.com/display/IS570/Configuring+OA

Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-14 Thread Nirubikaa Ravikumar
Hi all, plese find the sample request and response. *Authorization Code Grant Type* request https://testapp1996.auth0.com/authorize?audience=https://testapp1996.auth0.com/api/v2/&scope=openid&response_type=code&client_id=kyq73nra4j5KSm6xg8hoqPltt12Q3UvQ&redirect_uri=https://www.google.lk&state=12

Re: [Architecture] Fwd: Certificate based Authentication for Micro-gateway

2019-01-14 Thread Bhashinee Nirmali
On Mon, Jan 7, 2019 at 8:59 AM Chamindu Udakara wrote: > Hi Bhashinee, > Yeah it will help us to proceed with validation part in filters. And it > will help to provide the optional support with mutual SSL feature, > Ack. Thanks! > > Thanks > > On Sat, Jan 5, 2019 at 10:50 PM Bhashinee Nirmali