Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.18.1
-
None
-
Easy
-
Description
When using OpenID Connect Authenticator
when value in userinfo JSON response is NULL then in xwiki instead of NULL or empty string, variable name apperar.
Example:
if surname is NULL in JSON, then Last Name will be ${oidc.user.surname}
How to change it to empty string if value is NULL?