Questions tagged [ueberauth]

18 questions
0
votes
0 answers

Is it possible to configure Ueberauth to use Github Enterprise for login?

I’ve tried a basic configuration to connect to Github with Ueberauth, but I thought I’d be able to find a configuration to adjust the OAuth endpoints to my Github Enterprise instance, and the documentation doesn’t mention how to do this. I can see…
ringmaster
  • 2,879
  • 3
  • 28
  • 31
0
votes
2 answers

how to add state param for Uberauth in Elixir

During oAuth process it's good to set state param to authorize url for security. When I checked Überauth Shopify https://github.com/kodehort/ueberauth_shopify/blob/master/lib/ueberauth/strategy/shopify.ex#L88 it is sent to shopify. But I don't…
kritik
  • 23
  • 4
0
votes
2 answers

Error 404 from Github using Ueberauth

The page I am redirected to: The link looks like this: https://github.com/login/oauth/authorize?client_id=&redirect_uri=http%3A%2F%2Flocalhost%3A4000%2Fauth%2Fgithub%2Fcallback&response_type=code&scope=user%2Cpublic_repo Output from my terminal,…
Matthew
  • 33
  • 6
1
2