This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Description
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}}"
}
}