-
Security bug(??)
The call to `JWT.decode()` https://github.com/omniauth/omniauth-okta/blob/b7d530aaa5d2af69100fe47cfdbd969688cda598/lib/omniauth/strategies/okta.rb#L97-L110 requires `true` (`verify…
-
Seems that when using the embed url for an app in Okta this is not working correctly. I end up getting an invalid credentials error `omniauth: (okta_oauth) Authentication failure! invalid_credentials:…
-
When not in test mode, after the callback phase I can call `env['omniauth.strategy'].acces_token.get('/xyz')` to make authenticated requests. In test mode `access_token` is not set as the normal callb…
-
**Airbrake error:** [#6909](https://herokuapp32817511herokucom.airbrake.io/projects/110137/groups/3833166850903216909)
**Airbrake project:** swapmyvote
**Error type:** `ActionDispatch::Http::MimeNego…
-
Hello folks.
In the `README` it's written:
```
the hd parameter to suggest a particular Google Apps hosted domain (caution, can still be overridden by the user)
```
If I look at the Ruby Goog…
-
I use this gem, but this code in my controller error:
`OmniAuth.Strategies.Bitbucket.client_options.token_url`
**undefined method `Strategies' for OmniAuth:Module**
in gem file, i had a line : gem 'om…
-
I'm getting a `redirect_uri_mismatch` when trying to authenticate with box.
my redirect_url is: `https://localhost:3000/users/callback`
I've also tried: `http://localhost:3000/users/auth/box_oauth2/…
-
Hello,
I found a gem having issues:
```
gem 'omniauth-foursquare'
NameError (uninitialized constant Net::HTTPGenericRequest::METHOD):
net-http-spy (0.2.1) lib/net-http-spy.rb:33:in `request'
faraday…
-
It looks like Omniauth v2 is quite a big change and it doesnt appear that this works anymore. https://github.com/omniauth/omniauth/wiki/Upgrading-to-2.0
Im trying using the demo application in `con…
-
I see this gem doesn't use the CrowdID OpenID provider; it uses the Crowd REST API. So therefore this needs to have its own login form, which I understand. It looks like it can't be customized, becaus…