aad-for-linux / pam_aad

Azure Active Directory PAM Module
GNU General Public License v3.0
22 stars 9 forks source link

Document source of config file parameters #22

Open YakobovLior opened 2 years ago

YakobovLior commented 2 years ago

Hello,

It seems that the README file is not so detailed. It is hard to understand what steps should be taken in Azure (if there are any), and where can I find the values to replace in the config file:

{ 
  "client": {
    "id": "{{client_id}}"
  },
  "domain": "{{domain}}",
  "group": {
    "id": "{{group_id}}"
  },
  "smtp_server": "{{smtp_server}}",
  "tenant": {
    "name": "{{organization}}.onmicrosoft.com",
    "address": "{{organization_email_address}}"
  }
}

The only thing that is clear to me, is the tenant name, but I have questions about the rest:

Please advise Thanks Lior

oxr463 commented 2 years ago

Hi @YakobovLior thanks for letting us know.

We're working on a new release that will move the documentation over to the https://github.com/aad-for-linux/aad-for-linux repository. Then the README.md file here will be for developers and then users can follow the guide on the website.

lebeier commented 2 years ago

Is there any updates on the guide? I have tried to follow it and it is pretty much outdated.

oxr463 commented 2 years ago

No updates yet.