Hi,
I am working on camunda c8run 8.8 and I want to find the documentation about all the possible values for spring.profiles.active configuration in application.yaml
when I googled I found only default,dev,test,prod,camunda
but when I saw some projects using
Based on the available documentation for Camunda c8run 8.8, here are the spring.profiles.active values that are explicitly mentioned:
Available Profile Values
Profile Value
Description / Use Case
oidc
OIDC authentication (external Identity Providers like Duende Identity Server, Microsoft Entra)
dev
Development mode (starts broker in temporary folder, cleans up data on exit - not for production)
identity-auth
Camunda Identity authentication/authorization for components like Tasklist and Operate
ldap-auth
LDAP authentication (specifically for Operate)
ccsm
Self-managed mode for Optimize
Important Notes
This is not a complete exhaustive list - the documentation doesn’t provide a comprehensive reference of all possible profile values for c8run 8.8. These are the values explicitly mentioned in the official documentation and forum discussions.