nextcloud-oidc-login
nextcloud-oidc-login copied to clipboard
Keycloak Attribute ObjectGUI in lowercase
Hi,
Maybe, I am solo to have this problem but keycloak (v18) send an objectGUID in lowercase so i have two account in nextcloud (v27) for one user. one with GUID in lowercase from keycloak and other in uppercase from AD. I put into this file LoginService.php line 104
` // Get UID
$uid = strtoupper($this->attr->id($profile));`
Other persons had this problem or it's a misconfiguration ?
Same story. It is very difficult to setup case manipulation in Keyclock. And we have to manualy edit LoginService.php after every update.