Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Setting up signin with Google correctly over https

Naroči se

Get notified when there's activity on this post

This question has been flagged
googlehttpsoauth2
5644 Prikazi
Avatar
Steven Segers

We are using the Google OAuth2 provider to allow user to log in. Here is some documentation on how to set that up: http://serpentcs.com/serpentcs-how-to-connect-to-odoo-using-google-account-339

We recently enabled https for our site.

We have been able to make this work using the below Apache Proxy config and by adding both http and https urls in the Google Console as authorized redirect urls. 

There has been a bug-report by other people struggling with this: https://github.com/odoo/odoo/issues/24882

Although it works, one thing is not clean: the url that links to google contains http://mysite.com redirect_uri. So a small part of the communication still goes through plain http. This is not a big issue in itself except that it is not unlikely that google will one day decide that plain-http urls are no longer allowed. I'd rather not wait till that day comes to figure out what to do.

The Odoo documentation for setting up https uses nginx as example. There I see some configuration for setting some hearders. Would that solve this issue and if so, would it be possible to achieve the same with apache?

Our apache config:

<VirtualHost *:80>
    ServerAlias www.mysite.com
    ServerAlias mysite.com
    ServerAdmin admin@mysite.com
    DocumentRoot /var/www
Redirect / https://mysite.com/ </VirtualHost>
<VirtualHost *:443>
ServerAlias www.mysite.com ServerAlias mysite.com ServerAdmin admin@mysite.com DocumentRoot /var/www ErrorLog ${APACHE_LOG_DIR}/odoo.error.log CustomLog ${APACHE_LOG_DIR}/odoo.access.log combined  ProxyPass / http://192.168.1.1:8069/ ProxyPassReverse / http://192.168.1.1:8069/ SSLEngine on SSLCertificateFile /etc/ssl/cert/mysite_com.crt SSLCertificateKeyFile /etc/ssl/cert/www_mysite_com.key SSLCertificateChainFile /etc/ssl/cert/mysite_com.ca-bundle </VirtualHost>




0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
oauth_error=3 Solved
google oauth2
Avatar
Avatar
Avatar
2
jan. 22
10167
Google OAuth Error 400
error google google_calendar oauth2
Avatar
Avatar
1
avg. 25
4602
[odoo v12] how to get Facebook/Google user's public data (as picture, age...) using oauth2 ?
google oauth facebook oauth2
Avatar
0
maj 20
5037
Need to recieve google emails in Odoo Inbox using Google OAuth2 Solved
google gmail odooV8 oauth2
Avatar
Avatar
1
maj 17
6031
Configure Odoo 8 to generate correct URLs when behind reverse proxy? Solved
google nginx reverse_proxy oauth2
Avatar
2
apr. 17
13342
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now