Using Auth0 as Authentication Provider in GAM

278 views Asked by At

I'm currently trying to connect using GAM with a 3rd party authentication provider that is Auth0. It provides many different types of connecting with them, one of which is by using Oauth2.

I've followed this article in Genexus Wiki that has some examples. The configuration is very straight forward, using the information provided by Auth0 (client secret, client id, endpoints, etc) but after setting up all that, at the moment of trying to login it only shows up with the local login, instead of redirecting to Auth0 Login Page.

Has anybody configured and run succesfully with this Provider, or any other that isn't the Google/Office365 examples from the wiki?

I'm using Genexus 17 U5 with Java Generator

2

There are 2 answers

1
Roger Duelt On

I had the same problem.

It was solved unchecking "Include Redirect URL" in Authorization tab.

0
Chon On

You probably did not fill in the "URL" property correctly, like this image below:

enter image description here

We have it up & running with Office 365. The config for Office 365 is here:

https://wiki.genexus.com/commwiki/servlet/wiki?39166,Office%20365%20Authentication%20using%20GAM