Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-nca committed May 29, 2024
1 parent 928be6c commit 16f18dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/integrations/social-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Optionally, you *can* set `DD_SOCIAL_AUTH_KEYCLOAK_LOGIN_BUTTON_TEXT` in order t

### Syncing groups from Keycloak to Defectdojo
It is also possible to sync groups from Keycloak into Defectdojo, for this you will first need to configure a `client scope` which enables the groups of your users to be included
into the authentication tokens of your users. Keycloak provides a `Groups` mapper specifically for this purpose.
into the authentication tokens of your users. Keycloak provides a `Groups` `Token mapper` specifically for this purpose.

After enabling the `Groups` mapper you can configure Defectdojo to sync these groups with the following properties:

Expand All @@ -318,7 +318,7 @@ DD_SOCIAL_AUTH_KEYCLOAK_OAUTH2_GROUPS_FILTER: "<your regex here>"
```

## GitHub Enterprise
1. Navigate to your GitHub Enterprise Server and follow instructions to create a new OAuth App [https://docs.github.com/en/enterprise-server/developers/apps/building-oauth-apps/creating-an-oauth-app](https://docs.github.com/en/enterprise-server/developers/apps/building-oauth-apps/creating-an-oauth-app)
1. Navigate to your GitHub Enterprise Server and follow instructions to create a new OAuth App [https://docs.github.com/en/enterprise-server/developers/apps/building-oauth-apps/creating-an-oauth-app](https://docs.github.com/en/enterprise-server/developers/apps/building-oauth-apps/creating-an-oauth-app)
2. Choose a name for your application
3. For the Redirect URI, enter the DefectDojo URL with the following
format
Expand Down

0 comments on commit 16f18dd

Please sign in to comment.