-
# Description
Continuing from the investigation into adding LTI 1.3 support to Avalon in #5980, the decision was made to add an Omniauth strategy to support the currently supported version of the API …
-
Hello, everyone.
I updated my project using `rails 6` to `rails 7`, switch `puma` to `falcon` and add the gem `console-adapter-rails` in the project to have logs again. It looked good until now, i'…
-
On a près de 300 erreurs par mois qui empêchent des usagers de se connecter avec FranceConnect. Depuis le dashboard partenaires FC on a accès à des statistiques. J’ai pu voir qu’il y a eu 8500 connexi…
-
Thanks for making this gem!
I tried it and it works. However, right now it only works with Bluesky account whereas ATProto is an agnostic protocol that should work with any number of authentication…
-
I registered an application in 37signals at https://integrate.37signals.com/ for a highrise app I am building. I initiate the oauth flow by redirecting the user to '/auth/37signals' in my sinatra app.…
-
Hey folks,
I am not sure if this is the correct venue, but I'd like to inquire about onboarding https://github.com/mgomes/omniauth-salesforce to the `omniauth` org. It's a fork of https://github.co…
-
I'm setting up a single page application using react that has ruby on rails as the backend. I have my google api credentials and I have the front end sign in with google setup according to these instr…
-
I've started adding `require 'rack-freeze'` to the top of my `config.ru` file to assess how thread safe my rack middleware is. The first issue I ran into was with omniauth.
### Configuration
- P…
jrgns updated
5 years ago
-
I had to do Monkey Patching like this:
```rb
module OmniAuth
module Strategies
class LinkedIn < OmniAuth::Strategies::OAuth2
uid do
raw_info["sub"]
end
info…
-
`OmniAuth::Strategies::NitroId.decode_logout_token`, `OmniAuth::Strategies::NitroId.fetch_jwks` and `OmniAuth::Strategies::NitroId.introspect_token` all use `default_options`, resolving the issuer to …