Kinde · Arazzo Workflow
Kinde Register Application with Connection
Version 1.0.0
Create an application, set its callback URLs, create a social connection, and enable it.
View Spec
View on GitHub
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOAuthOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSaaSDeveloper PlatformArazzoWorkflows
Provider
Workflows
register-application-with-connection
Create an app, set callbacks, create a connection, and enable it for the app.
Creates an application, adds its redirect callback URLs, creates an auth connection, and enables the connection on the application.
1
createApplication
createApplication
Create the application. Returns the application id and client id used by the following steps.
2
addCallbackUrls
addRedirectCallbackURLs
Register the application's redirect callback URLs so the auth flow can return to the application.
3
createConnection
CreateConnection
Create the auth connection (identity provider) that the application will authenticate against. Returns the connection id.
4
enableConnection
EnableConnection
Enable the new connection for the application so end users can sign in with it.