Skip to content

Commit

Permalink
minor doc changes
Browse files Browse the repository at this point in the history
david-blasby committed Dec 11, 2024
1 parent af3390d commit 0252f9d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/manual/docs/GN4-Integration/index.md
Original file line number Diff line number Diff line change
@@ -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) <br>
b) [JWT-Based Authentication](auth-jwt.md)
a) [JWT-Based Authentication](auth-jwt.md) - recommended for most installations <br>
b) [Simple Authentication](auth-json.md) - easier to configure, but GN4 must **not** be accessible via the internet or intranet.<br>


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.

0 comments on commit 0252f9d

Please sign in to comment.