There is 1 update.
 
 
Trusted authentication framework / cid:jira-generated-image-avatar-e40e7d91-84a4-4d1e-b05c-7998206a7e62 TRUSTAUTH-27 Open

Cannot retrieve profile when auth/adapter returns an empty value (non null)

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-ecdd4746-7fcb-4783-858f-a01e25ed6790 Changes by Hitesh P on 03/Jul/24 12:51
 
Description: * Sometimes adapters can send in a blank String (not null) when there is no valid session/auth
* Such as Shibboleth when `ShibUseHeaders On` (for HTTP headers)
* HTTP header auth adapter sends the value as is
* Regardless of auth system or auth adapter, this is best handled at the API framework end

Here is
the associated my PR:

[ https://github.com/xwiki-contrib/xwiki-authenticator-trusted/pull/5 ]