Chapter 1. Installing a sample instance of Red Hat Single Sign-On

This section describes how to install and start a Red Hat Single Sign-On server in standalone mode, set up the initial admin user, and log in to the Red Hat Single Sign-On Admin Console.

Additional resources

This installation is intended for practice use of Red Hat Single Sign-On. For instructions on installation in a production environment and full details on all product features, see the other guides in the Red Hat Single Sign-On documentation.

1.1. Installing the Red Hat Single Sign-On server

For this sample instance of Red Hat Single Sign-On, this procedure involves installation in standalone mode. The server download ZIP file contains the scripts and binaries to run the Red Hat Single Sign-On server. You can install the server on Linux or Windows.

Procedure

  1. Go to the Red Hat customer portal.
  2. Download the Red Hat Single Sign-On Server: rh-sso-7.5.zip
  3. Place the file in a directory you choose.
  4. Unpack the ZIP file using the appropriate unzip utility, such as unzip, tar, or Expand-Archive.

    Linux/Unix

    $ unzip rhsso-7.5.zip
    
    or
    
    $ tar -xvzf rh-sso-7.5.tar.gz

    Windows

    > Expand-Archive -Path 'C:Downloads\rhsso-7.5.zip' -DestinationPath 'C:\Downloads'

1.2. Starting the Red Hat Single Sign-On server

You start the server on the system where you installed it.

Prerequisites

  • You saw no errors during the Red Hat Single Sign-On server installation.

Procedure

  1. Go to the bin directory of the server distribution.
  2. Run the standalone boot script.

    Linux/Unix

    $ cd bin
    $ ./standalone.sh

    Windows

    > ...\bin\standalone.bat

1.3. Creating the admin account

Before you can use Red Hat Single Sign-On, you need to create an admin account which you use to log in to the Red Hat Single Sign-On admin console.

Prerequisites

  • You saw no errors when you started the Red Hat Single Sign-On server.

Procedure

  1. Open http://localhost:8080/auth in your web browser.

    The welcome page opens, confirming that the server is running.

    Welcome page

    Welcome page

  2. Enter a username and password to create an initial admin user.

1.4. Logging into the admin console

After you create the initial admin account, you can log in to the admin console. In this console, you add users and register applications to be secured by Red Hat Single Sign-On.

Prerequisites

  • You have an admin account for the admin console.

Procedure

  1. Click the Administration Console link on the Welcome page or go directly to http://localhost:8080/auth/admin/ (the console URL).

    Note

    The Administration Console is generally referred to as the admin console for short in Red Hat Single Sign-On documentation.

  2. Enter the username and password you created on the Welcome page to open the admin console.

    Admin console login screen

    Admin console login screen

    The initial screen for the admin console appears.

    Admin console

    Admin console

Next steps

Now that you can log into the admin console, you can begin creating realms where administrators can create users and give them access to applications. For more details, see Creating a realm and a user.