I use OIDC authenticationt. Currenlty, I have to wait 1st connection to have the user created in DB to be able to assign group,…
Is a bulck way to synchronize OIDC users with VK users and to not to wait 1st login?
Any idea or workaround?
I’d say - use groups from your IdP (groups imported with the user info)… That would be a nice route - but at this point I couldn’t get it to work with public groups so …
Also I wonder whether there could be a way - the point of using IdP is keeping user management centralised. So not in Vikunja. In theory - you’d need to make a oidc login for each user. Which could be scriptable.
Another idea that comes to my mind - use API to create all those users in Vikunja and match users based on email:
So those are the workarounds that come to my mind
. On my end I’d prefer getting public groups from IdP - and that’s what I’m currently trying to figure out. Need to set up PgAdmin and look at the database and check whether there’s some field missing etc which makes it not working on my end.
Currently, I use SQL insert but it’s not a clean solution