I have installed Redmine Omniauth Google plugin and when I clicked "Login via Google" button, I got an error message:"You can not login using gmail.com domain." but I can't figure out where is the problem.
You should add the domains you want to be able to login on the "Available domains" field.
You can find this on plugin settings page.
It could be a list of domains like this:
google.com
yourdomain.com
yourotherdomain.com
Related
I am working in one project in which I need to integrate Google One Tap Login which show All accounts list that were currently logged in into browser.
One Tap Login Iframe is adding successfully in localhost environment but With the use of same PROVIDER_ID, When I deploy my project into server with staging url.
I got Issue with Open Iframe. It is always show error like "noCredentialsAvailable: No credential is available for the current user." But I already have login with two accounts in gmail.
I can't understand this kind of behaviour of Iframe.
Another question of StackOverflow say's that put button of Google for login via google. but I want to resolve this issue.
Is there any missing code from my side ?
Same Prvider ID is used in Localhost and Staging(subdomain) Still Error is occur.
I added clientID and clientSecret (created in Google Developer console) to application.yml but I couldn't get it working. Any idea what is causing error 400. Error: redirect_uri_mismatch. I got http://127.0.0.1:8080 in Authorized JavaScript origins.
I did everything what is said in Google's tutorial, but no luck:
https://developers.google.com/identity/sign-in/web/server-side-flow#step_1_create_a_client_id_and_client_secret
You need to specify in your Google developers console the different redirect url you authorize. For you, you need to add http://127.0.0.1:8080 url.
Little tuto:
Connect to your developer console, click one the main menu
Select API management
Go to Identifiant and select your application, here JHipster
And add your url and save
Another thing that I had to do that wasn't mentioned clearly in the google developer link was to enable the Google+ API.
The various API's are accessible via the Library tab under the Dashboard.
I try to authorize through Spotify API (https://developer.spotify.com/web-api/authorization-guide/) and my code is:
Spotify link
But instead of redirect me to my page it says:
I tried to delete app from "My applications" tab on developer.spotify.com and create a new one with new client id and it is no different. I log in to Spotify with my Facebook account.
Ok, I figured it out. You have to go to your application settings and enter your URL into "Redirect URLs" and it will work. I wonder why it isn't included in documentation.
I'm a windows user and I'm working on meteor application in codebox.io
In this I want github authentication and I've created application in github and gave redirect url as
http://web-3000.0bxxxx367-d592-4xx6-9xx7-7d10fxxa8c1.vm1.dynobox.io/
That is where my application is running and i gave the redirect url the sam
But when I tried to click on the login button it is not even displaying the github login page, It is displaying my application homepage,
What to give in the url, help me with this
Can you please give me the steps for How to login into Drupal 6 using Google Apps username and password?
Enable "OpenID" module in modules list. You will get a new link in the login block called "Login using OpenID". Here you find some documentation about OpenID module (in drupal core from version 6) http://drupal.org/documentation/modules/openid
Or try this abandoned module by Google: http://drupal.org/project/friendconnect (not recommended)