Hi there, I have started to experiment with using Zitadel as Writefreely’s auth provider.
I have adjusted the map_
values basing on what they write in their claim documentation:
scope = openid
map_user_id = sub
map_username = preferred_username
map_display_name = given_name
map_email = email
The database looks like map_user_id
is working and i don’t see any error on the logs (only map_user_id
appears to have a defined error in the code it looks like though).
However the other values are ignored and the user is prompted with an empty form after going through the auth routine.
Now i am wondering if i have used a wrong syntax or what might cause these values to be ignored?