Re: [Architecture] Auth0 OpenID Connector for IS

2019-01-17 Thread Nirubikaa Ravikumar
Hi Nilasini, Thank you for the info I was able to get the user profile details once I pass the scope as openId profile with the generic OIDC Federation connector. So I will check the other multifactor authentication flows and update the threats. Thanks, On Wed, Jan 16, 2019 at 1:14 AM Nilasini

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/=openid_type=code_id=kyq73nra4j5KSm6xg8hoqPltt12Q3UvQ_uri=https://www.google.lk=123 response

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]

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

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

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] 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

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

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

[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,