Skip to content

OAuth2/OpenID Connect: fix support for 'email' claim

Pascal Deklerck requested to merge abanink/core:patch-1 into dev

When testing OpenID Connect against Hubzilla OAuth2 server, I noticed that the email claim was always responded with an empty string. This patch fixes that so that the actual user's email is returned.

Merge request reports