File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,12 @@ documentation = Accounts are specified using your email address as the section h
9898 in the example below) in order to allow the proxy to refresh its access token on your behalf. The proxy will still
9999 work if this parameter is not included, but you will need to re-authenticate extremely often (about once per hour).
100100
101- - If your Office 365 configuration requires a tenant ID, place it in both `permission_url` and `token_url` in place
102- of `common` in the example below. For more detail about this, and guides for setting up your desktop app API client,
103- see the documentation at https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app.
101+ - By default, new Azure AD clients are accessible only within your own tenant. If you are registering a new client
102+ to use with the proxy (and do not want to make it available outside your own organisation) you will need to replace
103+ `common` with your tenant ID in the Office 365 `permission_url` and `token_url` values below. Alternatively, you can
104+ reuse credentials from an existing client registration (see the proxy's README.md file), or configure your client
105+ as a multi-tenant application. For more detail about this, and guides for setting up your desktop app client, see
106+ the documentation at https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app.
104107
105108 - Office 365 shared mailboxes are supported: add an account entry here using the email address of the shared
106109 mailbox as the account name. When asked to authenticate, log in as the user that access has been delegated to.
You can’t perform that action at this time.
0 commit comments