You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/03/26 04:27:15 UTC

[1/2] incubator-guacamole-manual git commit: GUACAMOLE-219: Replace references to Duo's "Auth API" with "Web SDK".

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master 41e72a904 -> 887b2f79d


GUACAMOLE-219: Replace references to Duo's "Auth API" with "Web SDK".


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/3d11d3e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/3d11d3e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/3d11d3e7

Branch: refs/heads/master
Commit: 3d11d3e7873f86728b947dcdc82dd101e5b5f1c2
Parents: 41e72a9
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Mar 25 20:53:38 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Mar 25 20:53:38 2017 -0700

----------------------------------------------------------------------
 src/chapters/duo-auth.xml                    |  17 +++++++++--------
 src/chapters/images/duo-add-guacamole.png    | Bin 6788 -> 7156 bytes
 src/chapters/images/duo-rename-guacamole.png | Bin 13827 -> 13016 bytes
 3 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/3d11d3e7/src/chapters/duo-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/duo-auth.xml b/src/chapters/duo-auth.xml
index c3688b8..5a535b2 100644
--- a/src/chapters/duo-auth.xml
+++ b/src/chapters/duo-auth.xml
@@ -86,9 +86,10 @@
         <section>
             <title xml:id="duo-guac-config">Adding Guacamole to Duo</title>
             <para>Duo does not provide a specific integration option for Guacamole, but Guacamole's
-                Duo extension uses Duo's generic authentication API. To use Guacamole with Duo, you
-                will need to add it as a new "Auth API" application from within the "Applications"
-                tab of the admin panel of your Duo account:</para>
+                Duo extension uses Duo's generic authentication API which they refer to as the "Web
+                SDK". To use Guacamole with Duo, you will need to add it as a new "Web SDK"
+                application from within the "Applications" tab of the admin panel of your Duo
+                account:</para>
             <informalfigure>
                 <mediaobject>
                     <imageobject>
@@ -98,7 +99,7 @@
                 </mediaobject>
             </informalfigure>
             <para>Within the settings of the newly-added application, rename the application to
-                something more representative than "Auth API". This application name is what will be
+                something more representative than "Web SDK". This application name is what will be
                 presented to your users when they are prompted by Duo for additional
                 authentication:</para>
             <informalfigure>
@@ -109,7 +110,7 @@
                     </imageobject>
                 </mediaobject>
             </informalfigure>
-            <para>Once you've finished adding Guacamole as an "Auth API" application, the
+            <para>Once you've finished adding Guacamole as an "Web SDK" application, the
                 configuration information required to configure Guacamole is listed within the
                 application's "Details" section. You will need to copy the integration key, secret
                 key, and API hostname - they will later be specified within
@@ -144,7 +145,7 @@
                                     "<uri>api-<replaceable>XXXXXXXX</replaceable>.duosecurity.com</uri>",
                             where "<replaceable>XXXXXXXX</replaceable>" is some arbitrary
                             alphanumeric value assigned by Duo. This value will have been generated
-                            by Duo when you added Guacamole as an "Auth API" application, and can be
+                            by Duo when you added Guacamole as an "Web SDK" application, and can be
                             found within the application details in the "API hostname" field.
                                 <emphasis>This value is required.</emphasis></para>
                     </listitem>
@@ -153,7 +154,7 @@
                     <term><property>duo-integration-key</property></term>
                     <listitem>
                         <para>The integration key provided for Guacamole by Duo. This value will
-                            have been generated by Duo when you added Guacamole as an "Auth API"
+                            have been generated by Duo when you added Guacamole as an "Web SDK"
                             application, and can be found within the application details in the
                             "Integration key" field. <emphasis>This value is required and must be
                                 EXACTLY 20 characters.</emphasis></para>
@@ -163,7 +164,7 @@
                     <term><property>duo-secret-key</property></term>
                     <listitem>
                         <para>The secret key provided for Guacamole by Duo. This value will have
-                            been generated by Duo when you added Guacamole as an "Auth API"
+                            been generated by Duo when you added Guacamole as an "Web SDK"
                             application, and can be found within the application details in the
                             "Secret key" field. <emphasis>This value is required and must be EXACTLY
                                 20 characters.</emphasis></para>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/3d11d3e7/src/chapters/images/duo-add-guacamole.png
----------------------------------------------------------------------
diff --git a/src/chapters/images/duo-add-guacamole.png b/src/chapters/images/duo-add-guacamole.png
index 82ab175..e90039c 100644
Binary files a/src/chapters/images/duo-add-guacamole.png and b/src/chapters/images/duo-add-guacamole.png differ

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/3d11d3e7/src/chapters/images/duo-rename-guacamole.png
----------------------------------------------------------------------
diff --git a/src/chapters/images/duo-rename-guacamole.png b/src/chapters/images/duo-rename-guacamole.png
index 85412d7..7c63d4e 100644
Binary files a/src/chapters/images/duo-rename-guacamole.png and b/src/chapters/images/duo-rename-guacamole.png differ


[2/2] incubator-guacamole-manual git commit: GUACAMOLE-219: Merge updated Duo auth documentation.

Posted by jm...@apache.org.
GUACAMOLE-219: Merge updated Duo auth documentation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/887b2f79
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/887b2f79
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/887b2f79

Branch: refs/heads/master
Commit: 887b2f79dbf10f1100d9c15421c9f2f834decd4b
Parents: ea3cde7 3d11d3e
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sat Mar 25 21:25:50 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sat Mar 25 21:26:31 2017 -0700

----------------------------------------------------------------------
 src/chapters/duo-auth.xml                    |  17 +++++++++--------
 src/chapters/images/duo-add-guacamole.png    | Bin 6788 -> 7156 bytes
 src/chapters/images/duo-rename-guacamole.png | Bin 13827 -> 13016 bytes
 src/chapters/ldap-auth.xml                   |  11 +++++++++++
 4 files changed, 20 insertions(+), 8 deletions(-)
----------------------------------------------------------------------