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

Document source of config file parameters #22

@YakobovLior

Description

@YakobovLior

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions