mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 21:42:15 +00:00
docs: Prevent console access (#7398)
* docs: prevent users from accessing ZITADEL console * docs: prevent users from accessing ZITADEL console * docs: prevent users from accessing ZITADEL console * Update docs/docs/guides/solution-scenarios/disable-console.mdx Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/guides/solution-scenarios/disable-console.mdx Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/guides/solution-scenarios/disable-console.mdx Co-authored-by: mffap <mpa@zitadel.com> * Update docs/docs/guides/solution-scenarios/disable-console.mdx Co-authored-by: mffap <mpa@zitadel.com> * docs: deafult redirect url * docs: prevent console access * docs: prevent console access --------- Co-authored-by: mffap <mpa@zitadel.com>
This commit is contained in:
@@ -33,3 +33,15 @@ The display name is only to provide a human-readable name if needed.
|
||||
And the group should enable a better handling in ZITADEL console, like give a user all the roles of a specific group. (Not implemented yet)
|
||||
|
||||
All applications in a project share the roles. Read more about roles [here](../../guides/manage/console/roles)
|
||||
|
||||
## Default Project
|
||||
|
||||
When creating a new ZITADEL instance you will find an automatically created project on the first created organization.
|
||||
This default project does represent the ZITADEL project and is used to secure the different apps shipped with ZITADEL.
|
||||
This includes the ZITADEL Management Console and APIs.
|
||||
|
||||
We do not recommend changing any settings or using this project for anything else, as this could influence the behavior of ZITADEL.
|
||||
|
||||
The default name of the project is "ZITADEL", this might differ on self-hosted instances, when you change the default name.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user