Skip to content

Commit 7b796d5

Browse files
Update auth-oidc-proxy/README.md
Co-authored-by: Sascha Schwarze <schwarzs@de.ibm.com>
1 parent 2185b47 commit 7b796d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-oidc-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following diagram depicts the components that are involved:
2727
```
2828
COOKIE_SIGNING_ENCRYPTION_KEY=$(openssl rand -base64 32)
2929
```
30-
* From your OIDC provider obtain the following values and add ithem to the `oidc.properties` file
30+
* From your OIDC provider obtain the following values and add them to the `oidc.properties` file
3131
```
3232
OIDC_PROVIDER_AUTHORIZATION_ENDPOINT=https://github.com/login/oauth/authorize
3333
OIDC_PROVIDER_TOKEN_ENDPOINT=https://github.com/login/oauth/access_token

0 commit comments

Comments
 (0)