Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.21 KB

File metadata and controls

38 lines (25 loc) · 1.21 KB
id title sidebar_label description
install-identity
Installation and first steps
Installation and first steps
Learn more about installing Identity, accessing the UI, default users, the home screen, and more.

To use Identity, install it locally via Docker or Kubernetes.

Follow the installation guide for more details on this process.

Accessing the UI

As soon as Identity is started, you can access the login page and log in to the Identity application.

Navigate to localhost:8080 to see the UI exposed by Identity.

identity-login-page

Default user

The configuration in this guide creates an example user during installation; use this account to log in:

Username: demo
Password: demo

:::note Want to create more users? Creating a user in Identity is not currently supported. To create a user, see Keycloak's documentation on creating a user. :::

Home screen

You are directed to the home page once logged in successfully.

identity-landing-page