We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029e94e commit 6bd411dCopy full SHA for 6bd411d
docs/AUTHORIZATION_CONFIGURATION.md
@@ -90,6 +90,7 @@ The `Authorization Configuration` is used to configure a connection to an Keyclo
90
</admins>
91
</security>
92
```
93
-> 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**.
94
+>Ex.: `<user>admin</user>` or `<user>[email protected]</user>`.
95
96
> 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