-
Hello, maintainer of OmniAuth here.
I just wanted to make the maintainers of this gem aware of the discussion that I have opened regarding v2.0.0 of OmniAuth. I invite you to join in and voice any…
-
First of all, good job fine sir.
I was looking at the example app and trying to make a consumer for it using Omniauth (specifically, the [omniauth-oauth2](https://github.com/intridea/omniauth-oauth2)…
tomas updated
10 years ago
-
private method의 gender 부분에서, gender property 를 요청하지 않으면 raw_properties['gender'] 가 nilClass error 를 발생시킵니다. 해당 부분에 대해서 if raw_properties['gender'].present? && raw_properties['gender'].include? 'M'
라…
-
So I've had to pass acr_values to the OP and although these are defined as options OmniAuth::Strategies::OpenIDConnect class they are never passed to the final authorize URI. I've included them inside…
-
We're building an application that uses multiple rails apps as services, and using rack-proxy to proxy all of the different apps to `localhost:9292`.
Our authentication app is using `omniauth-github`…
-
Currently I am in need for `authorize_params` key in `oauth2_generic` provider, as seen in this example from https://docs.gitlab.com/ee/integration/oauth2_generic.html#configure-the-oauth-20-provider
…
-
Hi, I am steward of Quepid (https://github.com/o19s/quepid), a Rails based tool for measuring and improving your search. We use `omniauth` for authentication, and currently support google oauth, key…
epugh updated
2 years ago
-
This actually came from gitlab-omniauth-ldap fork, so pardon me if it's their issue but you need to confirm this first, or else they probably wont accept this ticket in there..
I tried to authorize w…
holms updated
11 years ago
-
Hi,
Im trying to develop an addin for outlook. The addin backend is developed in rails, and I am using this gem for authentication.
Im using this the [omniauth microsoft graph gem](https://github.…
-
Why it's not easy to use `omniauth-oauth2` with https://github.com/intridea/oauth2?
From omniauth i get credentials hash like this:
``` ruby
credentials do
hash = {'token' => access_token.token}
…