aad-for-linux / pam_aad

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

Procedure Document for filling config file parameters #38

Open Poorneshmindteck opened 7 months ago

Poorneshmindteck commented 7 months ago

Greetings !

I am trying to cross-compile pam_aad for i.MX6UL SoC in Yocto . I could successfully able to build the source . Now I am following the README for the further procedure , but README file is not so detailed.

I have created a application in azure , know my Application (client) ID , Object ID and Directory (tenant) ID . But where will I get the rest of the details to fill config file?

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