omniauth-google-apps icon indicating copy to clipboard operation
omniauth-google-apps copied to clipboard

OmniAuth strategy for Google Apps.

Results 7 omniauth-google-apps issues
Sort by recently updated
recently updated
newest added

Greetings! This gem has been an amazing assistance for me, helping me make many a website w/ simple Google account authentication systems! Noticing that it has been a VERY long...

When the Rails application receives the callback the above error is generated. No idea why. ``` Rails.application.config.middleware.use OmniAuth::Builder do provider :google_apps, domain: 'http://domain.com' end ```

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

For example, once a user is signed, I would like to give the user a link to sign with a different google account. I don't need to keep the previous...

In the case where I have already authenticated my user, and I'm trying to connect their Google Apps-account. The existing user seems to be signed out before my callback in...

I'm trying to lockdown registration on a site to emails from a specific domain. Problem is omniauth-google-apps seems to crash and display the error "Unknown action: The action 'google_apps' could...

Hi! Is it possible validate domain input before start authentication process? For example if domain is empty or domain has not valid format: /auth/google_apps?domain= /auth/google_apps?domain=123