Documentation Request
Hi,
I have followed the excelent tutorial here https://github.com/pocket-id/website/blob/main/docs/client-examples/nextcloud.md
What I want to highlight is that at step 11. Use unique user ID, if you check it, the newly created nextcloud user account name will always be an unique hased string. This is a problem because it will ignore the field User ID mapping => preferred_username or anything you set there.
Unchecking Use unique user ID fixes the problem.
I am writing this issue for clarification and could draft a PR if you want me to, but I'm not an expert in this area.
Documentation Request
Hi,
I have followed the excelent tutorial here https://github.com/pocket-id/website/blob/main/docs/client-examples/nextcloud.md
What I want to highlight is that at step 11.
Use unique user ID, if you check it, the newly created nextcloud user account name will always be an unique hased string. This is a problem because it will ignore the fieldUser ID mapping=>preferred_usernameor anything you set there.Unchecking
Use unique user IDfixes the problem.I am writing this issue for clarification and could draft a PR if you want me to, but I'm not an expert in this area.