From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/auth_oauth/data/auth_oauth_data.xml | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 addons/auth_oauth/data/auth_oauth_data.xml (limited to 'addons/auth_oauth/data/auth_oauth_data.xml') diff --git a/addons/auth_oauth/data/auth_oauth_data.xml b/addons/auth_oauth/data/auth_oauth_data.xml new file mode 100644 index 00000000..b6579cd8 --- /dev/null +++ b/addons/auth_oauth/data/auth_oauth_data.xml @@ -0,0 +1,41 @@ + + + + + Odoo.com Accounts + https://accounts.odoo.com/oauth2/auth + userinfo + https://accounts.odoo.com/oauth2/tokeninfo + + fa fa-fw o_custom_icon + Log in with Odoo.com + + + + Facebook Graph + https://www.facebook.com/dialog/oauth + public_profile,email + https://graph.facebook.com/me + https://graph.facebook.com/me?fields=id,name,email + fa fa-fw fa-facebook-square + Log in with Facebook + + + Google OAuth2 + https://accounts.google.com/o/oauth2/auth + https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile + https://www.googleapis.com/oauth2/v1/tokeninfo + https://www.googleapis.com/oauth2/v1/userinfo + fa fa-fw fa-google + Log in with Google + + + + + + + + + -- cgit v1.2.3