Versions Compared

Key

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

...

Expand
title6. How to signup Wiki after SSO Migration


  • Click on Signup button. It will redirect to the CLA agreement page as below

  • Once clicked on proceed, we will receive a mail for activation.

 

  • Click on Activate RDKM SSO Account. It will redirect to page to setup the password.

  • Click on setup to set your password as per the requirements.

  • Click on Next. It will redirect to setup security method for MFA.

  • Click on first option - Bring your own Authenticator App
  • Click on setup.

  • Scan the barcode and enter the code from the Authenticator app.

  • Once setup, click Continue


  • It will redirect to the login page. Click on Login.
  • Select Option as RDKM SSO.

Image Removed

  • Now you will be logged in to the wiki application.

...

Expand
title15. How to setup Gerrit HTTP Credentials ?


  • Update netrc with new http credentials
    Image Removed

  • Code Block
    machine code.rdkcentral.com login usermail@company.com password HTTP_CREDENTIALS


Expand
title16. How to setup Artifactory API key
  • To Sync up your RDK Central SSO account ID in Artifactory. Please login to Artifactory portal.
  • Login to https://artifactory.rdkcentral.com
  • After logging in, click on the Profile name → Edit Profile at the right side top corner.
  • Click on the gear icon here to generate a new API key
  • Once successfully generated , it would look like this.
  • Update netrc with the new API key instead of old password
  • eg: machine artifactory.rdkcentral.com login useremail@company.com password API_KEY

...