Versions Compared

Key

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

...

Click on Test App Local then Click on “Generate a new client secret“ and save it to be used later in Github authentication method.

...

3. SSO Management console configurations

...

Ensure to add Github Authentication Method in ‘eIDM Users’--> 'Site Methods':

...

Step 2: Enable Github as authentication method in CustomerID
  1. Open eidm2.properties with your text editor.

  2. Find the line that starts with "methods.protected" and add Github.oauth2.1 as shown below.   

    Code Block
    methods.protected = methods.password, github.oauth.2.1
  3. Restart Wildfly.

  4. Open CustomerID self-service login page https://localhost:7443/eidm2/wf/self-service

  5. You will find Login with Github button under "Sign In Using a Provider"

...

Part 3: Link your accounts

...