'Using Auth0 as Authentication Provider in GAM

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



Solution 1:[1]

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

Solution 2:[2]

I had the same problem.

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Chona
Solution 2 Roger Duelt