-
A lot of plugins will require an oauth2 flow to get authorization. If we add omniauth to Chronicle-ETL, plugins can include omniauth-* gems. Then we just need a convention for plugins registering thei…
hyfen updated
2 years ago
-
Getting this error when I try to use the gem.
gems/omniauth-1.0.2/lib/omniauth/builder.rb:33:in `rescue in provider': Could not find matching strategy for "tumblr". You may need to install an additio…
-
I am redirecting my users to:
```
https://some-store.myshopify.com/admin/oauth/authorize?client_id=123&scope=read_orders,read_products&redirect_uri=https://my.domain.com/auth/shopify/callback
```
an…
-
OmniAuth 2.0 was released includes to resolved a CSRF vulnerability and some behaviors changed.
See below the release note for details.
https://github.com/omniauth/omniauth/releases/tag/v2.0.0
…
-
Right now we have to inject some modifications into omniauth strategy class in use (as done [here](https://github.com/monterail/rails_sso/blob/master/lib/rails_sso/engine.rb#L11)). Hackish.
I'm think…
-
It looks like the logic here is expecting a `discover` option but the option is for `discovery`:
https://github.com/jjbohn/omniauth-openid-connect/blob/master/lib/omniauth/strategies/openid_connect.rb…
-
This issue is related to this change, it seems it broke a lot of other strategies too: https://github.com/intridea/omniauth-oauth2/commit/26152673224aca5c3e918bcc83075dbb0659717f
Error log:
```
INFO…
-
*This post has been edited by @MrGeneration to meet our norm and ensure a good and fast overview of the issue*
### Infos:
* Used Zammad version: 3.0
* Installation method (source, package, ..):…
-
**Airbrake error:** [#3390](https://herokuapp32817511herokucom.airbrake.io/projects/110137/groups/3840149380034433390)
**Airbrake project:** swapmyvote
**Error type:** `ActionController::UnknownForma…
-
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…