Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Guest House
    • Drankenhandelaar
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Solar Energy Systems
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC Services
    Others
    • Nonprofit Organization
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Keycloak authentication

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
oauth
8926 Weergaven
Avatar
Lunit4

Hi all,

I'm trying to set up the Keycloak integration in Odoo v14, according:

https://janikvonrotz.ch/2020/04/24/odoo-oauth-authentication-with-keycloak/

Or:

https://www.odoo.com/es_ES/forum/ayuda-1/question/keycloak-authentication-on-v12-146506


But I couldn't succeed, the error I get is:

Sign up is not allowed on this database


In the server log I have (tags replace sensitive data):

2020-11-16 10:24:57,023 27111 DEBUG odoo odoo.modules.registry: Multiprocess signaling check: [Registry - 10 -> 10] [Cache - 33 -> 33]

2020-11-16 10:24:57,025 27111 INFO odoo werkzeug: <ip> - - [16/Nov/2020 10:24:57] "GET /auth_oauth/signin HTTP/1.1" 200 - 1 0.000 0.002

2020-11-16 10:24:57,189 27111 DEBUG odoo odoo.modules.registry: Multiprocess signaling check: [Registry - 10 -> 10] [Cache - 33 -> 33]

2020-11-16 10:24:57,190 27111 ERROR odoo odoo.addons.auth_oauth.controllers.main: auth_signup not installed on database odoo: oauth sign up cancelled.

2020-11-16 10:24:57,192 27111 INFO odoo werkzeug: <ip> - - [16/Nov/2020 10:24:57] "GET /auth_oauth/signin?state=<some_code><domain><some_code>&session_state=<session_state>&access_token=<access-token>&token_type=bearer&expires_in=899 HTTP/1.1" 303 - 1 0.000 0.004

2020-11-16 10:24:57,273 27111 DEBUG odoo odoo.modules.registry: Multiprocess signaling check: [Registry - 10 -> 10] [Cache - 33 -> 33]

The log in Keycloak shows that is all correct (I see the auth Id), but for some reason, Odoo is denying the access. I've tried both tutorials above, but none of them worked for me, the best shot I get is "sign up is not allowed". The auth_signup is installed, so I don't know how to proceed.

The provider config in Odoo:

https://snipboard.io/g5SYKa.jpg


Using the keycloak module (first link), Odoo tries to find the client secret, which is not provided and seems to not be mandatory. And using the second, I have to comment all the lines related to "validation", as the variable is not found.

Here you can find the current /usr/lib/python3/dist-packages/odoo/addons/auth_oauth/model/res_users.py:


https://pastebin.com/MANq0GYV


Any help, would be appreciated :)

Regards




1
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How can I offer Google OAuth login to new users?
oauth
Avatar
Avatar
Avatar
2
mrt. 21
14058
oAuth Providers Odoo
oauth
Avatar
Avatar
1
mei 15
6352
Cannot sign up with google account (oauth) Opgelost
oauth
Avatar
Avatar
Avatar
Avatar
3
jan. 24
15076
Using odoo as an Oauth provider
oauth access
Avatar
Avatar
1
jun. 25
1865
Locked out of new install due to enabling oauth (12.0)
oauth 12.0
Avatar
Avatar
Avatar
2
jan. 19
4735
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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