SLASCONE is a modern licensing system, in which you do not have to generate a new license file or code upon license changes. However, in this context it becomes essential to maintain an audit log, in order to be able to track license changes.
MAIN ENTITIES
SLASCONE tracks every change for the following entities:
- Products
- Editions
- Licenses
- License Bundles
Whenever there is a change in one of these entities, the old state is persisted as a json file in the database including timestamp and user.
DELETE OPERATIONS
Delete operations logs are currently only available via the API. For example:
GET /api/v2/isv/{isv_id}/licenses/{license_id}/history
USER MANAGEMENT
SLASCONE uses Azure AD B2C as its identity provider, as explained here. AD B2C offers state of the art audit functionality, including log-ins etc.
On top of that, SLASCONE maintains an audit log (Roles -> Audit Log), logging the following operations:
- Invited
- Onboarded
- Deleted -> no roles in SLASCONE
- Deleted in AD B2c
Comments
0 comments
Please sign in to leave a comment.