I'm having a 500 error while trying to login using keycloak:
When I login using an account with a username that has an already created account in portal it returns 500 no hash but when I use an account that doesn't have it's matching profile in portal (my config in the SSO is to create the portal account if it doesn't exist) it create an account I got logged and the portal user created with the accurate information
2024-03-25 22:33:28] DEBUG: API (0) No hash.; GET /64cbbb3e309d64j59/; Route pattern: /{portalId}/; Route params: Array ( [controller] => ApiIndex [action] => index [portalId] => 64cbbb3e309d64j59 )
[2024-03-25 22:33:28] ERROR: (0) No hash.; GET /64cbbb3e309d64j59/; line: 70, file: /app/code/8.1.5/application/Espo/Core/Authentication/Logins/Espo.php​
​​
When I login using an account with a username that has an already created account in portal it returns 500 no hash but when I use an account that doesn't have it's matching profile in portal (my config in the SSO is to create the portal account if it doesn't exist) it create an account I got logged and the portal user created with the accurate information
2024-03-25 22:33:28] DEBUG: API (0) No hash.; GET /64cbbb3e309d64j59/; Route pattern: /{portalId}/; Route params: Array ( [controller] => ApiIndex [action] => index [portalId] => 64cbbb3e309d64j59 )
[2024-03-25 22:33:28] ERROR: (0) No hash.; GET /64cbbb3e309d64j59/; line: 70, file: /app/code/8.1.5/application/Espo/Core/Authentication/Logins/Espo.php​
​​
Comment