emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/excorporate ef85d35dd6 1/2: Update documentation


From: Thomas Fitzsimmons
Subject: [elpa] externals/excorporate ef85d35dd6 1/2: Update documentation
Date: Mon, 29 May 2023 17:34:36 -0400 (EDT)

branch: externals/excorporate
commit ef85d35dd600495fad83f0aa193ca3d385692759
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    Update documentation
    
    * excorporate.el (excorporate-configuration): Update template.
    * excorporate.texi (Configuration): Update documentation.
    * excorporate.info: Regenerate.
---
 excorporate.el   |  6 +++---
 excorporate.info | 23 +++++++++++++----------
 excorporate.texi | 16 +++++++++-------
 3 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/excorporate.el b/excorporate.el
index e9fa273bab..3cc3fffe0a 100644
--- a/excorporate.el
+++ b/excorporate.el
@@ -1236,12 +1236,12 @@ the \"mail address\", and the EWS URL as the \"service 
URL\"."
               ("authorization-endpoint"
                (string :tag "Authorization URL"
                        ,(concat "https://login.microsoftonline.com";
-                                "/ecdd899a-33be-4c33-91e4-1f1144fc2f56"
+                                "/YOUR_TENANT_IDENTIFIER"
                                 "/oauth2/authorize")))
               ("access-token-endpoint"
                (string :tag "Access-token URL"
                        ,(concat "https://login.microsoftonline.com";
-                                "/ecdd899a-33be-4c33-91e4-1f1144fc2f56"
+                                "/YOUR_TENANT_IDENTIFIER"
                                 "/oauth2/token")))
               ("client-identifier"
                (string :tag "Client identifier"
@@ -1289,7 +1289,7 @@ the \"mail address\", and the EWS URL as the \"service 
URL\"."
                                 ("login_hint"
                                  (string
                                   :value
-                                  "change-this-to-your-EWS-email-address"))
+                                  "YOUR_EMAIL_ADDRESS"))
                                 ("prompt"
                                  (string :value "login"))
                                 ("redirect_uri"
diff --git a/excorporate.info b/excorporate.info
index 9b654cbfb4..02087e99ec 100644
--- a/excorporate.info
+++ b/excorporate.info
@@ -108,12 +108,15 @@ delete these entries: '[INS] [DEL] Argument 
name:/Argument value:' and:
 
 Adjust the OAuth 2.0 URL settings for your server.  How to discover
 these settings is not specified by the OAuth 2.0 specification and is
-out-of-scope for this manual.  Two fields you _must_ change are
-"client-identifier" and "login_hint".  "login_hint" is the email address
-you use to sign in to the server.  How to obtain "client-identifier" is
-not specified by the OAuth 2.0 specification and is out-of-scope for
-this manual, however an excellent overview is provided by the GNOME
-Wiki: <https://wiki.gnome.org/Apps/Evolution/EWS/OAuth2>.
+out-of-scope for this manual.  The fields you _must_ change are
+"authorization-endpoint", "access-token-endpoint", "client-identifier"
+and "login_hint".  "authorization-endpoint" and "access-token-endpoint"
+contain your organization's tenant identifier.  'login_hint" is the
+email address you use to sign in to the server.  How to obtain the
+tenant identifier and client-identifier is not specified by the OAuth
+2.0 specification and is out-of-scope for this manual, however an
+excellent overview is provided by the GNOME Wiki:
+<https://wiki.gnome.org/Apps/Evolution/EWS/OAuth2>.
 
 For password authentication, you can try the minibuffer configuration
 wizard by running:
@@ -824,10 +827,10 @@ Node: Top1103
 Node: Reporting Bugs2517
 Node: Installation2841
 Node: Configuration3220
-Node: Usage5122
-Node: Troubleshooting8442
-Node: API Usage12362
-Node: Index29958
+Node: Usage5298
+Node: Troubleshooting8618
+Node: API Usage12538
+Node: Index30134
 
 End Tag Table
 
diff --git a/excorporate.texi b/excorporate.texi
index cdbcef99ab..922177560e 100644
--- a/excorporate.texi
+++ b/excorporate.texi
@@ -119,13 +119,15 @@ name:/OAuth 2.0 setting value:}.)
 @noindent
 Adjust the OAuth 2.0 URL settings for your server.  How to discover
 these settings is not specified by the OAuth 2.0 specification and is
-out-of-scope for this manual.  Two fields you @emph{must} change are
-``client-identifier'' and ``login_hint''.  ``login_hint'' is the email
-address you use to sign in to the server.  How to obtain
-``client-identifier'' is not specified by the OAuth 2.0 specification
-and is out-of-scope for this manual, however an excellent overview is
-provided by the GNOME Wiki:
-@uref{https://wiki.gnome.org/Apps/Evolution/EWS/OAuth2}.
+out-of-scope for this manual.  The fields you @emph{must} change are
+``authorization-endpoint'', ``access-token-endpoint'',
+``client-identifier'' and ``login_hint''.  ``authorization-endpoint''
+and ``access-token-endpoint'' contain your organization's tenant
+identifier.  `login_hint'' is the email address you use to sign in to
+the server.  How to obtain the tenant identifier and client-identifier
+is not specified by the OAuth 2.0 specification and is out-of-scope
+for this manual, however an excellent overview is provided by the
+GNOME Wiki: @uref{https://wiki.gnome.org/Apps/Evolution/EWS/OAuth2}.
 
 @noindent
 For password authentication, you can try the minibuffer configuration



reply via email to

[Prev in Thread] Current Thread [Next in Thread]