provider OAuth2 Clients POST /api/v2/oauth/clients
@utdk/launchdarkly /api/v2/oauth/clients
Create a LaunchDarkly OAuth 2.0 client
Create (register) a LaunchDarkly OAuth2 client. OAuth2 clients allow you to build custom integrations using LaunchDarkly as your identity provider.

Try it

Authentication
Configure credentials for LaunchDarkly REST API
createoauth2client
POST/api/v2/oauth/clients
Create (register) a LaunchDarkly OAuth2 client. OAuth2 clients allow you to build custom integrations using LaunchDarkly as your identity provider.

Input

The name of your new LaunchDarkly OAuth 2.0 client.

The redirect URI for your new OAuth 2.0 application. This should be an absolute URL conforming with the standard HTTPS protocol.

Description of your OAuth 2.0 client.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.createoauth2client()