admapi user may be unusable when email verification is active
Problem
When a realm is configured with verifyEmail=true
before deploying laboite, the admapi
user is created with emailVerified==false
which results in the required action Verify Email
on first login by laboite.
Proposal
Create the user with emailVerified: true
To test
On a deployed installation:
- configure email verification for realm
- delete admapi user
- recreate the
admapi
user by redeploying eole3eole3 deploy socle
- restart the laboite pods
- login as admin
- create a new group
You should not have the following failing message:
APPCLIENT - KcCLIENT - ERROR - addGroup - Keycloak : ERREUR lors de l'ajout du groupe MYGROUP
Edited by Daniel Dehennin