From 0252f9d63cd737a2e1ad20bb19edfe89d43abfd3 Mon Sep 17 00:00:00 2001 From: "david.blasby" Date: Wed, 11 Dec 2024 10:55:13 -0800 Subject: [PATCH] minor doc changes --- docs/manual/docs/GN4-Integration/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/manual/docs/GN4-Integration/index.md b/docs/manual/docs/GN4-Integration/index.md index 6f9f8ac..05bc245 100644 --- a/docs/manual/docs/GN4-Integration/index.md +++ b/docs/manual/docs/GN4-Integration/index.md @@ -17,8 +17,9 @@ requests to a GN4 instance (connected to the same DB and Elastic Index) for proc 3. Configure GN4 with JWT Headers Security and add the GN5 `application.yml` `cloud: gateway: mvc:` filter. - a) [Simple Authentication](auth-json.md)
- b) [JWT-Based Authentication](auth-jwt.md) + a) [JWT-Based Authentication](auth-jwt.md) - recommended for most installations
+ b) [Simple Authentication](auth-json.md) - easier to configure, but GN4 must **not** be accessible via the internet or intranet.
+ You will manage users in the GN database. @@ -43,6 +44,8 @@ Typically, you would use the standard username/password authentication thats bui clientSecret: ...from your GitHub application... ``` +One the main GN5 (http://localhost:7979) click "GitHub" and you will be redirected for GitHub's authentication. + Once the user logs into GN5, it will create a user in the database. The username will either be their email (if they have configured GitHub to have their email address public) or their GitHub username. Use the tools in the GN Administration -> "Users and Groups" to set the user's permissions.