You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Pam.Tools.Aapm - console utility for retrieval a password or SSH Key accounts by Applications.

Console Utility configuration

To configure the console utility, you need to configure file appsettings file.json:

Section Auth:

Секция Auth:

  • Auth.Username - Application name
  • Auth.Password - Application password. For getting the password go to UCApplications View credentials.

Section Endpoints:

  • CoreUrl - Core address.
  • IdpUrl - Idp address.

Configuration example :

{
  "Auth": {
    "Username": "MyApplication",
    "Password": "M3YTy;[j;q&*DrZQSl(?B1agm$7uS+",
  },
  "Endpoints": {
    "CoreUrl": "https://debmng.indeed.test/core",
    "IdpUrl": "https://debmng.indeed.test/idp"
  }

Usage of console utility

To run the console utility, open the terminal, go to the folder with the utility and execute the command .\Pam.Tools.Aapm.exe

Possible parameters:

Using examples:

  1. Input: 
./Pam.Tools.Aapm.exe get-password --name INDEED\IPAMADServiceOps

         Output:

      2. Input:

./Pam.Tools.Aapm.exe get-accounts

         Output:


  • No labels