Skip to content

Commit 4bf791a

Browse files
SoulPancakerhamzeh
andauthored
fix: update README.md
Co-authored-by: Raghd Hamzeh <raghd.hamzeh@auth0.com>
1 parent a1b2f88 commit 4bf791a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public class Example {
222222

223223
#### OAuth2 Client Credentials
224224

225-
The SDK supports standard OAuth2 client credentials flow for any OAuth2-compliant provider (e.g. Keycloak, Okta). The `apiAudience` parameter is optional, and an optional `scopes` parameter can be provided as a space-separated string. The `apiTokenIssuer` can be set to either a hostname (e.g. `issuer.example.com`, which defaults to `https` and appends `/oauth/token`) or a full token endpoint URL (e.g. `https://mykeycloak.fga.example.com/realms/myrealm/protocol/openid-connect/token`).
225+
The SDK supports standard OAuth2 client credentials flow for any OAuth2-compliant provider (e.g. Keycloak, Okta). The `apiAudience` parameter is optional, and an optional `scopes` parameter can be provided as a space-separated string. The `apiTokenIssuer` can be set to either a hostname (e.g. `issuer.example.com`, which defaults to `https` and appends `/oauth/token`) or a full token endpoint URL (e.g. `https://mykeycloak.fga.example/realms/myrealm/protocol/openid-connect/token`).
226226

227227
```java
228228
import com.fasterxml.jackson.databind.ObjectMapper;

0 commit comments

Comments
 (0)