Varun Patil
Varun Patil
It doesn't have to be a breaking change for folks not using keycloak. Maybe just add a config parameter `hash_group_id` or something?
There might be an ugly way to do this here by failing the script in the pre login hook if we can't authenticate with OIDC (AFAIK these hooks are called...
Sorry for being unresponsive. We are actually throwing a relevant error, so it should show up when the user does not exist in NC db. Did this error not show...
Shouldn't be related to nextcloud-oidc-login. AFAIK even the desktop app does this and it works just fine.
Ahh okay, I misunderstood. I don't think that really fits in the scope of this plugin, as we're concerned mainly about authenticating the user to nextcloud here, but I'll definitely...
Did you see the readme? The oidc provider has to provide the identity of the user to nextcloud, and you must be able to fully trust the provider to do...
Did you set `allow_user_to_change_display_name` to false as the readme suggests?
Wow ... GitHub notified me of this message _today_. How strange is that. Anyway, you choose the user identifier (`oidc_login_attributes => id` in the config), which is used as the...
The functionality you want doesn't exist currently. Feel free to create a PR if you implement this; you want to be looking around https://github.com/pulsejet/nextcloud-oidc-login/blob/2709d0c4571aa6d8427a60b2da92773ab9ea6563/lib/Controller/LoginController.php#L196 EDIT: Also, in the current config...
> but then i wonder? how do people use this login functionality at the moment? what is the unique identifier of users among the different systems? is it the ID,...