Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Document source of config file parameters #22

Open
1 of 5 tasks
YakobovLior opened this issue Jan 16, 2022 · 3 comments
Open
1 of 5 tasks

Document source of config file parameters #22

YakobovLior opened this issue Jan 16, 2022 · 3 comments
Assignees

Comments

@YakobovLior
Copy link

YakobovLior commented Jan 16, 2022

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:

  • Where can I get the client_id? Do I need to create an app registration entity inside Azure?
  • Where can I get the domain?
  • Is group_id mandatory? or only needed in order to allow SSH logins to the instance for users which are members of this group?
  • Is smtp_server mandatory? if so, what is it's purpose and where can I get the details? No, not as of v0.0.5.
  • Where can I get organization_email_address?

Please advise
Thanks
Lior

@oxr463
Copy link
Contributor

oxr463 commented Jan 16, 2022

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
Copy link

lebeier commented Apr 26, 2022

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

@oxr463
Copy link
Contributor

oxr463 commented Apr 26, 2022

No updates yet.

@oxr463 oxr463 changed the title More detailed readme Document source of config file parameters Sep 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants