Skip to content

A Python tool for auditing and managing user identity links within GitHub organizations

Notifications You must be signed in to change notification settings

lonnyhuff/github-identity-auditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

github-identity-auditor

A Python tool for auditing and managing user identity links within GitHub organizations and wrapping it all up in a good looking readable table.

Example

+------------------+------------------------+------------------------+
|      Login       |      SAML Name ID      |     SCIM Username      |
+------------------+------------------------+------------------------+
|      None        |    [email protected]  |          None          |
|  Frankenstein    |    [email protected]    |          None          |
|  BrideofFrank    |   [email protected]    |  [email protected]  |
|  FreddyKrueger   |    [email protected]      |   [email protected]     |
|   NormanBates    |   [email protected]     | [email protected] |
+------------------+------------------------+------------------------+


Usage

python script.py <Org Name> <Access Token>

About

A Python tool for auditing and managing user identity links within GitHub organizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages