Skip to content

Commit f544d5f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f426bbb + 75c9a63 commit f544d5f

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ file pointed to by the `APP_CONFIG` environment variable.
279279
```json
280280
{
281281
"web": {
282-
"client_id": CLIENT_ID,
283-
"client_secret": CLIENT_SECRET,
284-
"auth_uri": AUTHORIZATION_ENDPOINT,
285-
"token_uri": TOKEN_ENDPOINT,
286-
"userinfo_uri": USERINFO_ENDPOINT,
287-
"token_introspection_uri": INTROSPECTION_ENDPOINT,
288-
"issuer": ISSUER,
289-
"redirect_uris": REDIRECT_URIS
282+
"client_id": "CLIENT_ID",
283+
"client_secret": "CLIENT_SECRET",
284+
"auth_uri": "AUTHORIZATION_ENDPOINT",
285+
"token_uri": "TOKEN_ENDPOINT",
286+
"userinfo_uri": "USERINFO_ENDPOINT",
287+
"token_introspection_uri": "INTROSPECTION_ENDPOINT",
288+
"issuer": "ISSUER",
289+
"redirect_uris": "REDIRECT_URIS"
290290
}
291291
}
292292
```
@@ -349,13 +349,10 @@ following form. The DISCOVERY_URL must point to the URL where the IdP publishes
349349

350350
```json
351351
{
352-
"client_id": CLIENT_ID,
353-
"client_secret": CLIENT_SECRET,
354-
"discovery_url": DISCOVERY_URL
352+
"client_id": "CLIENT_ID",
353+
"client_secret": "CLIENT_SECRET",
354+
"discovery_url": "DISCOVERY_URL"
355355
}
356356
```
357357

358358
>The client requires configuration with OIDC secrets and currently implements the Device code flow
359-
360-
### Logging
361-

0 commit comments

Comments
 (0)