Skip to content

Commit b9e3eaa

Browse files
CopilotSubterrane
andcommitted
Remove space from authorization format and improve API docs link
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent 7ca35a8 commit b9e3eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const CLIENT_ID = 'your_client_id_here';
2828
const CLIENT_SECRET = 'your_client_secret_here';
2929

3030
// Note: This SDK uses a custom authorization format for the token endpoint
31-
const authorization = `client_id:${CLIENT_ID}, client_secret:${CLIENT_SECRET}`;
31+
const authorization = `client_id:${CLIENT_ID},client_secret:${CLIENT_SECRET}`;
3232

3333
(async () => {
3434
try {
@@ -67,7 +67,7 @@ The SDK provides access to the full OneLogin API v2. Key features include:
6767
- **Authorization Servers**: Configure OAuth/OIDC settings
6868
- **Risk Management**: Track events and manage risk rules
6969

70-
For complete API documentation, see the [OneLogin API documentation](https://developers.onelogin.com/api-docs/2/getting-started/working-with-api-credentials).
70+
For complete API documentation, see the [OneLogin API v2 Reference](https://developers.onelogin.com/api-docs/2).
7171

7272
## Development
7373

0 commit comments

Comments
 (0)