You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, to onboard a new user, the following steps are required:
Creation of user in the OIDC provider
Creation of equivalent user in Odoo, which sends them an email invitation
The user must accept the invitation
… and log in using SSO.
This is cumbersome and error-prone.
Describe the solution you'd like
When a user uses OIDC to log in to Odoo, and there is no corresponding user account, an Odoo user should be created on the fly, using data from the OIDC claims.
Ideally, I would be able to limit this "self-registration" to certain claim values, i.e. only allow users with email addresses matching e.g. *@example.org.
Additional context
WikiJS does this exceptionally well:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
At the moment, to onboard a new user, the following steps are required:
This is cumbersome and error-prone.
Describe the solution you'd like
When a user uses OIDC to log in to Odoo, and there is no corresponding user account, an Odoo user should be created on the fly, using data from the OIDC claims.
Ideally, I would be able to limit this "self-registration" to certain claim values, i.e. only allow users with email addresses matching e.g.
*@example.org
.Additional context
WikiJS does this exceptionally well:
The text was updated successfully, but these errors were encountered: