Announcement

Collapse
No announcement yet.

Keyclaok -Espo portal 500 error no hash

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Keyclaok -Espo portal 500 error no hash

    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​
    ​​

  • #2
    IIRC, it's a limitation of our implementation. The user record should have a non-empty password value in the database.

    Comment


    • #3
      What EspoCRM version do you use? Passwords should be automatically generated as of v8.0 https://github.com/espocrm/espocrm/issues/2775.

      Comment

      Working...
      X