Skip to content

thalesdemo/rest-sync-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-sync-agent

Synchronize via REST API Active Directory Users to SafeNet Trusted Access

author

Cina Shaykhian cina.shaykhian@thalesgroup.com

version

Build 0.12 (testing only) - 2021.03.21

Table of contents

Overview

This project is a simple user synchronization script using REST API.

Requirements

Project is created with:

  • PowerShell: 3.0 and above
  • Windows Server (if necessary Import-Module ActiveDirectory)

Setup

First configure config\agent.config:

# REST API key (find in STA console)
API_key=YOUR_SECRET_REST_API_KEY_HERE

# REST API endpoint (find in STA console)
API_endpoint=https://api.<ZONE>.safenetid.com/api/v1/tenants/<STA_TENANT_ID>/users

# Comma separated AD groups to sync
Groups=Dummy Group 1, Dummy Group 2, ...

Then use .\rest-sync-agent.ps1 to run.

About

Synchronize via REST API Active Directory Users to SafeNet Trusted Access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published