diff --git a/docs/docs/guides/manage/console/applications.mdx b/docs/docs/guides/manage/console/applications.mdx index 71285bf97c..70d97cb094 100644 --- a/docs/docs/guides/manage/console/applications.mdx +++ b/docs/docs/guides/manage/console/applications.mdx @@ -112,7 +112,16 @@ Native applications can use a different protocol than http or https in order to width="600px" /> -In order to **develop locally** and due to the fact that any ZITADEL configuration is secure by default, ZITADEL requires you enable **dev mode** if you want to redirect users to URIs other than https://. +### Development mode + +In order to develop locally, or you want to redirect users to any other protocol than https://, you must enable **Development mode**. +When disabled only https is allowed, as ZITADEL's configuration is secure by default. + +Development mode ## Review Configuration diff --git a/docs/static/img/guides/console/developmentmode.png b/docs/static/img/guides/console/developmentmode.png new file mode 100644 index 0000000000..6bb0c153d6 Binary files /dev/null and b/docs/static/img/guides/console/developmentmode.png differ