2.0.0 • Published 9 months ago

@continuoussecuritytooling/keycloak-auditor v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Keycloak Auditor SDK

Typings for Keycloak Auditor SPI Rest Endpoint:

You can also the NPM package @continuoussecuritytooling/keycloak-auditor to directly use the rest endpoint:

import { AuditClient } from '@continuoussecuritytooling/keycloak-auditor';

const keycloakUrl = '';
const clientId = '';
const clientSecret = '';

const kcClient = new AuditClient(keycloakUrl, 'master');
// client login
await kcClient.auth({
    clientId: clientId,
    clientSecret: clientSecret,
    grantType: 'client_credentials',
});
const users = await client.userListing();
const clients = await client.clientListing();
2.0.0

9 months ago

1.1.16

10 months ago

1.1.14

10 months ago

1.1.9

1 year ago

1.1.10

11 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago