Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Auth_oidc specify internal/portal user in config #747

Open
andrewmeyer opened this issue Jan 14, 2025 · 1 comment
Open

Feature: Auth_oidc specify internal/portal user in config #747

andrewmeyer opened this issue Jan 14, 2025 · 1 comment

Comments

@andrewmeyer
Copy link

Is your feature request related to a problem?
Presently all oauth providers default to creating "portal users" instead of internal users.

Describe the solution you'd like
Ideally we could specify per-provider if the users should be treated as internal, portal, or public users. This will allow companies with a centralized authentication platform to not require enabling debug mode every time a new user is created just to switch them to an internal user.

Describe alternatives you've considered
Currently I have modified the portal user template to create users as internal users. While this works, this breaks our ability to ever have portal users in the future as they will all be created as internal users.

@sbidoul
Copy link
Member

sbidoul commented Jan 15, 2025

Just noting this feature is not related to the auth_oidc module but rather maybe to the auth_sign or auth_oauth Odoo CE modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants