KeyCloak - Cannot Sign In to KeyCloak as Admin - "Please provide a valid address" #5931
-
Hello, After following the guide to install KeyCloak (found here), I attempted to sign into the admin console with the default credentials of admin, admin. This took me to a page where it requested that I provide information like my email, first, and last name. Doing so, it said it sent me an email to authenticate, but I never received it. Checking the console logs in the dashboard, I noticed the following exception:
(My real first, last, and email have been scrubbed and replaced with (...)) This is followed with the following stack trace:
Is there a way to either
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The password is not "admin". Check the user-secrets that are configured with the apphost. You'll see this parameter key: With the AddKeycloak method, you can also supply the password to use as a parameter. If you don't specify this, the user secret is created. |
Beta Was this translation helpful? Give feedback.
The password is not "admin". Check the user-secrets that are configured with the apphost. You'll see this parameter key:
"Parameters:keycloak-password", this contains the password you need to login.
With the AddKeycloak method, you can also supply the password to use as a parameter. If you don't specify this, the user secret is created.