mike-jumper commented on code in PR #228: URL: https://github.com/apache/guacamole-manual/pull/228#discussion_r1586501492
########## src/duo-auth.md: ########## @@ -110,57 +110,46 @@ The application-specific configuration information retrieved from Duo must be added to `guacamole.properties` to describe how Guacamole should connect to the Duo service: -duo-api-hostname +`duo-api-hostname` : The hostname of the Duo API endpoint to be used to verify user identities. - This will usually be in the form `api-XXXXXXXX.duosecurity.com`, where - "XXXXXXXX" is some arbitrary alphanumeric value assigned by Duo. This - value will have been generated by Duo when you added Guacamole as an "Web - SDK" application, and can be found within the application details in the - "API hostname" field. *This value is required.* + This will usually be in the form {samp}`api-{XXXXXXXX}.duosecurity.com`, + where {samp}`{XXXXXXXX}` is some arbitrary alphanumeric value assigned by + Duo. This value will have been generated by Duo when you added Guacamole as + an "Web SDK" application, and can be found within the application details in + the "API hostname" field. *This value is required.* -duo-integration-key +`duo-client-id` : The integration key provided for Guacamole by Duo. This value will 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. *This value is required and must be EXACTLY - 20 characters.* + "Client ID" field. *This value is required.* Review Comment: Oops - will fix both of these. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org