kontron / redmine_oauth

Redmine authentication through OAuth.
GNU General Public License v2.0
51 stars 25 forks source link

Auto creation of new user #48

Closed col-panic closed 1 month ago

col-panic commented 1 month ago

I added a new user to keycloak, and tried to login. This, however, does not work as the user does not yet exist in Redmine.

I want a selectable option to auto create users that are assured by my keycloak provider.

This might be related https://github.com/kontron/redmine_oauth/issues/43

col-panic commented 1 month ago

I see that somehow new options become available, as soon as I generally enable registration! But I don't want registration to be generally available - only users known to auth2 should be automatically created.

So despite general registration being blocked, a user authenticating via oauth2 should have the option to get registered.

col-panic commented 1 month ago

sorry, it seems that this configuration is already possible - it works!