Skip to content

Commit

Permalink
Creating documentation of Authorization Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
klinux committed Nov 25, 2020
1 parent 029e94e commit 6bd411d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/AUTHORIZATION_CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The `Authorization Configuration` is used to configure a connection to an Keyclo
</admins>
</security>
```
> If you are using email as account in Keycloak, replace your_account_from_keycloak with your email address in **user** inside **admins**.
> Replace `your_account_from_keycloak` with your email address or user account in **user** inside **admins**.
>Ex.: `<user>admin</user>` or `<user>admin@example.com</user>`.
> The account that you are using to configure Keycloak, will become an administrator of GoCD, if you are using the UI to configure.

0 comments on commit 6bd411d

Please sign in to comment.