How to fix Google Authentication DB access issue in Odoo v13 - google-authentication

I have configured the Google Authentication from 'General Settings->Integrations' and provided the Client ID and got the 'Login with Google' button in Login page.
When I provide the gmail details, it creates an user in database and redirects back to login screen with an error like - 'Only employee can access this database. Please contact the administrator.'
How it can be fixed? I'm trying to implement that, any user can login to Odoo through Gmail credentials. Please guide me.

Related

Sendgrid Login Error: You are not authorized to access SendGrid, please contact Support

Acount created
When i create acount in sendgrid i get a message like this one says 'Please provide further information' 'Please contact Support to answer a few more questions.'
So when i try to contact with support to answer their question website want me to login but i can't because when i try to login get this error login error. If i try to troubleshot logging whit this troubleshot logging website again want me to login. want me to login How can i?

Using Facebook and Google Authentication

In my Angular2 app I am using Google, Facebook, Twitter and Github authentication. Twitter works fine. The problem is with Facebook and Google.
Facebook:
When I enter my username and password for Facebook login, it says App Not Set Up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions. whereas while using twitter, the page which should show up on logging in appears.
Google:
When I am not logged in to any of the mail ids the Google authentication works fine. But if I am already logged in to any of my mail ids, then the authentication system takes that mail id itself and logs in to the app. Is there any way to make it such that the system asks which mail id I want to use, even when I am logged in through one id?
Any help would be greatly appreciated. Thanks.
You can force prompt with Google by setting custom parameters. This will give the user the option to switch accounts:
var provider = new firebase.auth.GoogleAuthProvider();
provider.setCustomParameters({prompt: 'select_account'});
firebase.auth().signInWithPopup(provider);

Outlook Graph API call from Sap ui5 Application web ide to Connect the outllok calender to Sap ui5 application

I am trying to call graph api so I had followed the procedure mentioned on the site. I had registerd the App in https://apps.dev.microsoft.com/portal/register-app
and got the client id and and then I am trying to make a ajaxs call url
"https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=XXXXbxxxxxxx-bf22-4bdb-bXX-cd32a729a31f&redirect_uri=https://webidetestingXXXXXX-XXXXXXXXXXX.dispatcher.int.sap.hana.ondemand.com/webapp/index.html&response_type=code&scope=openid+Mail.Read";
this always opens a login page and How can I pass the username and password after the call.
second-I call this url and enter the credentials it shows me an error of Microsoft account is experiencing technical problems. Please try again later.
Can you please guide me what i am missing or any example in sap ui5 environment to call such graph Api
this always opens a login page and How can I pass the username and password after the call.
When directing the user to the /authorize endpoint , microsoft server will show the login page to let user enter the username/password , after that you couldn't pass username/password to that in your own code .If you don't want to show the login page or need to use own login page , it is possible to sign in a user with the username and password flow as noted here. But that flow needs writing passwords for identity provider into your custom website , and you should check more at the Constraints & Limitations section .
I call this url and enter the credentials it shows me an error of Microsoft account is experiencing technical problems.
Please provide more details of that error , you could find error message in browser address bar like :https://login.live.com/err.srf?lc=1033#error=invalid_request&error_description=xxxxxxxxxx

Janrain engage doesnt work with facebook login

I installed the janrain engage plugin in my magento site,configured it and its working fine with live,yahoo and google but when it comes to fb it gives me an error. the first time someone logs in it works perfect but when they logout and try to relogin with the same facebook account they get redirected to mysite/janrain-engage/rpx/duplicate/ and that shows an error message (There is already an account with this email address. If you are sure that it is your email address, click here to get your password and access your account.) If they use their email and the password they get by email they can login so i think i have configured smth wrong in my fb app. Anyone can give me a full guide on how to configure the fb-app properly or if there's smth I have to change in the janrain admin panel?

Inchoo Facebook Connect error for new accounts and login

Hello I've installed the Facebook connect extension of Inchoo for Magento.
The install went without errors. When i registered user login with his normal email and username and then connect his Facebook account he/she is able to login through Facebook in the future.
New users/registers always get the message : Facebook connection failed. This service is temperately unavailable.Try again later.
So there is an error with creating an account i think.
Anybody has a clue where to check and how to solve this?
Facebook Api / Secret are checked and correct.
Facebook redirect url is checked and correct.
I'm using Magento 1.7.0.2
Above problem is solved by integrating another extension instead of the Facebook Connect from Inchoo. The one from inchoo isn't compatable with magenta 1.7.0.2.
I've used the one from Belvg.com. This one works perfectly.