Skip to content

artschwagerb/oktaparty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oktaparty

This project seeks to remedy some of the missing features in Okta.

  • Group Management
  • Querying User and Group Information

Configuration

Copy .env.example to .env and change the values.

These are the Environmental Variables if you would like to deploy to Kubernetes or otherwise.

Okta Group Profile

In order to keep our source of truth as Okta, we will use profile attributes for Group information.

Add the following attributes to control User's ability to join, leave, or see Groups:

["allowJoin", "allowLeave", "hidden"]

Developer Environment

Install Docker and Docker Compose then run

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages