Skip to content

Commit 5547861

Browse files
committed
MPDO-1015: incorporated review comments
1 parent d1ad5ff commit 5547861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/oci-apigw-idcs-auth-basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The name of your function `basicauth` is specified in [`func.yaml`](./func.yaml)
116116

117117
set the following config variables to the values noted while configuring IDCS. The IDCS URL is the token endpoint that returns the access token after validating credentials
118118

119-
```
119+
```java
120120
CLIENT_ID = "xxxxxxxxxxx";
121121
CLIENT_SECRET = "xxxxxxxxx";
122122
IDCS_URL = "https://idcs-xxxxxxxx.identity.oraclecloud.com/oauth2/v1/token";

0 commit comments

Comments
 (0)