Kinde SDKs
SDKs and APIs
Application keys or App keys are credentials that you need to connect your codebase to Kinde. Each application and type has a unique set of keys you will find in the settings page for your application. Learn more about applications in Kinde.
Go to your Kinde dashboard and select View details on the application you want to connect.
Go to Details > scroll to the App keys section.
You will find the following keys:
Select the Copy icon next to the key you want to copy.
Add the app keys to your application by following the instructions in the relevant SDK.
You can rotate client secrets for your back-end and M2M applications.
Learn more about how to rotate your client secret.
Front-end applications such as single-page apps or mobile apps do not have a client secret because their source code is publicly available. Anyone can download the compiled package and see the client secret.
Learn more about how authorization works for front-end applications in Authorization Code Flow with PKCE.
Store your client secret in a secure environment, such as a secrets manager. Add your .env or configuration file to .gitignore to prevent it from being committed to your codebase.