Skip to content

Commit 029e94e

Browse files
committed
Creating documentation of Authorization Configuration
1 parent d8e98fc commit 029e94e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/AUTHORIZATION_CONFIGURATION.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ The `Authorization Configuration` is used to configure a connection to an Keyclo
8686
</authConfig>
8787
</authConfigs>
8888
<admins>
89-
<user>[email protected]</user>
89+
<user>your_account_from_keycloak</user>
9090
</admins>
9191
</security>
92-
```
92+
```
93+
> If you are using email as account in Keycloak, replace your_account_from_keycloak with your email address in **user** inside **admins**.
94+
95+
> The account that you are using to configure Keycloak, will become an administrator of GoCD, if you are using the UI to configure.

0 commit comments

Comments
 (0)