-
|
i am creating a user like this via api i am getting the response In the userorg pod..getting the below error
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
|
lms client id secret is updated correctly in the userorg config map http://localhost:8080/auth/admin/master/console/#/realms/sunbird/clients -> lms -> service account roles -> Click on client roles drop down -> Select realm-management -> Select manage-users in Available Roles -> Click on Add selected These variables are correct core_vault_sunbird_sso_publickey in the keycloak server |
Beta Was this translation helpful? Give feedback.
-
|
Hey @ddevadat , Could you check if the user |
Beta Was this translation helpful? Give feedback.
-
|
The cassandra storage provider in keycloak somehow didnt have an id Created a new provider and used this id to set the variable sunbird_keycloak_user_federation_provider_id and redeployed user org service Now created a user, this time user creation went fine Response |
Beta Was this translation helpful? Give feedback.
-
|
From userorg pod logs |
Beta Was this translation helpful? Give feedback.
-
|
redeployed groups, lms, notification, userog where referrnce to sunbird_keycloak_user_federation_provider_id is used. still unable to login |
Beta Was this translation helpful? Give feedback.
-
|
when i create a user, this is the log seen in keycloak. No errors here But when i try to login with this user keycloak error shows invalid_user_credential error , however i am using the same password which i used for creating the user |
Beta Was this translation helpful? Give feedback.
-
|
finally had to delete to corrupted entries of previous cassandra-storage-provider entries from keycloak.
Restarted keycloak. Then created a new user with role content_creator and able to login |
Beta Was this translation helpful? Give feedback.


finally had to delete to corrupted entries of previous cassandra-storage-provider entries from keycloak.
SELECT * FROM COMPONENT WHERE NAME = 'cassandra-storage-provider' AND REALM_ID = 'sunbird';