You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
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?
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}}"
}
}
The text was updated successfully, but these errors were encountered: