Skip to content

WORKINGJONNI/okta-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Okta-info

What?

Query Okta API for

  1. Groups the given user is in
  2. All users in the given group
  3. Difference of 2 groups
  4. Rules related to a group

Installation

# requires go to be installed
go install github.com/popsu/okta-info@latest

Or download binary from the releases page

Usage

Set the following environment variables:

OKTA_INFO_ORG_URL=https://<your-org>.okta.com
OKTA_INFO_API_TOKEN=<your-api-token>
  1. Query for groups the given user is in:

    # user.name without @<your-org>
    okta-info user <user.name>
  2. Query for all users in the given group:

    okta-info group <group-name>
  3. Query difference of two groups:

    okta-info diff <group-name-1> <group-name-2>
  4. Query all rules related to a group:

    Currently only works for very simple rules that use isMemberOfAnyGroup

    okta-info rules <group-name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%