Skip to content

Commit 3eaf167

Browse files
committed
Update keycloak-idp.md
Typos corrected.
1 parent ac51dc0 commit 3eaf167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/keycloak-idp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set the following in the docker-compose file:
3838
- OAUTH2_GENERIC_CLIENT_END_SESSION_ENDPOINT=http://<your-ip-address>:10081/auth/realms/master/protocol/openid-connect/logout
3939
```
4040
41-
`<your-ip-address>` is the IP address of your keycloak for this example this would be your IP address, but if your Keycloak existed elsewhere `<your-ip-address>` would be different for your deployment as would the port and the realm.
41+
`<your-ip-address>` is the IP address of your keycloak. For this example this would be your IP address, but if your Keycloak existed elsewhere for your deployment `<your-ip-address>` would be different as would the port and the realm.
4242

4343
The following must also be configured:
4444

@@ -63,7 +63,7 @@ Also, make sure the following variables are filled in the docker-compose file:
6363
- OAUTH_AUTO_LINK_SAML_USER=false
6464
```
6565

66-
`<your-ip-address>` is the IP address of your GitLAB for this exampke this would be the your IP address, but if your GitLab was to be proxied or deployed elsewhere `<your-ip-address>` would be another value appropriate for your deployment.
66+
`<your-ip-address>` is the IP address of your GitLab for this example this would be the your IP address, but if your GitLab was to be proxied or deployed elsewhere `<your-ip-address>` would be another value appropriate for your deployment.
6767

6868
GitLab does not allow login from users in Keycloak with an empty email or name. To prevent this, you can create a new user in Keycloak or you can add email and name for the admin account.
6969

0 commit comments

Comments
 (0)