How to do it...

Once we are done with the installation and configuration of the JDK on our system, we can proceed with the installation and configuration of WSO Identity and Access Management Server:

  1. To begin with, download the WSO2 package from the link given here: https://wso2.com/identity-and-access-management/install/download/?type=ubuntu
  1. Next, create a directory, /var/wso2, and unpack the downloaded package into this directory:

    1. To extract the package, run this command:
    unzip ~/wso2is-5.6.0.zip /var/wso2
    1. Once the extraction process is complete, we can check the files inside the directory:

    1. Next, we can change the configuration in the carbon.xml file if we wish to configure our server to launch using FQDN instead of localhost. To do this, edit the carbon.xml file located at [INSTALL_DIR]/repository/conf/carbon.xml:

    Make the changes to <HostName> to replace localhost with your system's FQDN:

    1. Now, we can launch WSO2 Identity Server. To do so, we run the following command:

    1. Once the server starts running successfully, it will display a line similar to WSO2 Carbon started in 463 sec, as shown in the following output:

    1. Once the server is up and running, we can access it through the browser. The default configuration to access the server is always via HTTPS ad on port 9443:

    On the sign-in page, use the default username admin and the default password admin to log in.

    1. Once logged in, we can use it to add users and roles for those users.

    The Linux administrator can now use WSO2 IS to manage identities and perform access management.

    ..................Content has been hidden....................

    You can't read the all page of ebook, please click here login for view all page.
    Reset
    3.16.66.206