Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First, you need to make sure that the following requirements are met:

  1. Download  and and install Oracle Java SE Development Kit (JDK) version OpenJDK 8 or Oracle JDK 1.78.* or 1.8.*
  2. Download and install WSO2 Identity Server - Version 5.5.0
  3. Download and install Apache Tomcat version 7.*.* or 8.*.*

  4. Download and install cURL.

  5. To try out multi-factor authentication or federated authentication, you must first create a Twitter application. 
    1. Go to https://twitter.com/ and create an account.
    2. Register a new application on Twitter at https://apps.twitter.com. For more information, see Create Twitter Application
      You can use the following URL as the Callback URL for your twitter app: https://localhost:9443/commonauth.

    3. Note down the API key and secret for later use.
  6. Open /etc/hosts file, add the following entry and restart the machine.

    Code Block
    languagexml
    127.0.0.1       localhost.com
    Tip

    Tip: Make sure that this is the only such entry for this IP address in the /etc/hosts file to avoid any conflicts.

...