Skip to content

ttotenberg-ld/LD_Manual_SCIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Manually Create LaunchDarkly User with the SCIM API

Scope

This is a small example illustrating how you can create a LaunchDarkly user using the SCIM API. It does 3 things:

  1. Directs you to authorize your app with LaunchDarkly
  2. Gets a token
  3. Creates a user

This does NOT do anything else yet - such as getting a token for a new session, passing in different user credentials, or integrating with any particular IdP. It is just intended as a small example to help get you started, and show a bit of example data. Hope it helps! :)

Usage

  1. Make sure you have pip installed all the dependencies
  2. Replace client_id, client_secret, and redirect_uri with your values
  3. Replace the SCIMPayload values to your own test account
  4. Run the Python file to start the server
  5. In a browser, go to (by default) http://localhost:5000/auth

NOTE

When you successfully run the file, it will enable SCIM provisioning on your account. Go to Account Settings > Security to deactivate that as desired.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages