Fabi
aa211489ee
docs: change recommendation from cockroachDB to postgreSQL ( #8844 )
...
ZITADEL CI/CD / core (push) Failing after 7m28s
ZITADEL CI/CD / core-unit-test (push) Has been skipped
ZITADEL CI/CD / core-integration-test (push) Has been skipped
ZITADEL CI/CD / console (push) Failing after 9m42s
ZITADEL CI/CD / lint (push) Has been skipped
ZITADEL CI/CD / version (push) Successful in 11m8s
ZITADEL CI/CD / compile (push) Has been skipped
ZITADEL CI/CD / container (push) Has been skipped
ZITADEL CI/CD / e2e (push) Has been skipped
ZITADEL CI/CD / release (push) Has been skipped
# Which Problems Are Solved
As we switched to PostgreSQL with our cloud zitadel, we now want to
recommend it instead of CockroachDB.
# How the Problems Are Solved
Replaced the recommend section with postgresql
2024-10-31 10:24:45 +01:00
Mark Stosberg
70449caafb
docs: standardize multi-factor spelling and related string updates ( #8752 )
...
Code Scanning / CodeQL-Build (javascript) (push) Waiting to run
ZITADEL CI/CD / core (push) Waiting to run
ZITADEL CI/CD / console (push) Waiting to run
ZITADEL CI/CD / version (push) Waiting to run
ZITADEL CI/CD / compile (push) Blocked by required conditions
ZITADEL CI/CD / core-unit-test (push) Blocked by required conditions
ZITADEL CI/CD / core-integration-test (push) Blocked by required conditions
ZITADEL CI/CD / lint (push) Blocked by required conditions
ZITADEL CI/CD / container (push) Blocked by required conditions
ZITADEL CI/CD / e2e (push) Blocked by required conditions
ZITADEL CI/CD / release (push) Blocked by required conditions
Code Scanning / CodeQL-Build (go) (push) Waiting to run
- **docs: s/Secondfactor/Second factor/**
- **docs: s/IDP/IdP/**
- **docs: s/Hardwaretokens/Hardware tokens/**
- **docs: standardize multi-factor vs multi factor vs multifactor**
# Which Problems Are Solved
- English strings are improved
# How the Problems Are Solved
- With better strings
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
2024-10-22 14:59:16 +00:00
Fabi
0de2f92d2e
docs: fix wrong examples and links ( #8780 )
...
# Which Problems Are Solved
- The addorgmember request shows a wrong example in the api
documentation
- Broken Links on actions feature description
# How the Problems Are Solved
- Change example of AddOrgMember API Docs
- Point towards correct links
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
2024-10-18 11:12:23 +03:00
Miguel Cabrerizo
88182f98ba
fix: replace Instance Settings with Default Settings in i18n and docs ( #8143 )
...
# Which Problems Are Solved
- The console shows the Instance Settings title and a description.
Instance settings should be replaced with Default settings
# How the Problems Are Solved
- The DESCRIPTIONS.SETTINGS.INSTANCE.TITLE and
DESCRIPTIONS.SETTINGS.INSTANCE.DESCRIPTION have been replaced with
Default Settings and in the corresponding translation files.
Here's a screenshot:

# Additional Changes
- The docs have been updated to replace remaining texts mentioning
Instance Settings with Default Settings
- Two unused texts have been deleted from the translation files
- VSCode with Prettier have applied some markdown changes
# Additional Context
- Closes #7632
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
2024-06-25 09:18:06 +00:00
Tim Möhlmann
dc170dc46e
feat(crypto): support md5 plain for imported password hashes ( #8189 )
...
# Which Problems Are Solved
Allow verification of imported passwords hashed with plain md5, without
salt. These are password digests typically created by one of:
- `printf "password" | md5sum` on most linux systems.
- PHP's `md5("password")`
- Python3's `hashlib.md5(b"password").hexdigest()`
# How the Problems Are Solved
- Upgrade passwap to
[v0.6.0](https://github.com/zitadel/passwap/releases/tag/v0.6.0 )
- Add md5plain as a new verfier option in `defaults.yaml`
# Additional Changes
- Updated documentation to explain difference between `md5` (crypt) and
`md5plain` verifiers.
# Additional Context
- Requested by customer for import case
2024-06-25 11:10:49 +03:00
Jan-Frederic Schubert
4101e1cd49
chore(docs): Migrate from Docusaurus v2 to v3 ( #8036 )
...
Migrate Docs to latest version of Docusaursu (3.3.2 as of time of
writing)
---------
Co-authored-by: Florian Forster <florian@zitadel.com >
2024-06-20 12:55:03 +00:00
mffap
e3cdf76439
docs(features): clean up audit trail feature ( #8018 )
...
# Which Problems Are Solved
duplicated content
# How the Problems Are Solved
reference to primary conent
2024-05-27 13:04:59 +02:00
mffap
6942324741
docs(concepts): Update resources and features, add account linking ( #7934 )
...
* account linking
* updates to concepts and features
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com >
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
2024-05-13 08:29:25 +02:00
Stefan Benz
1c5ecba42a
feat: add action v2 execution on requests and responses ( #7637 )
...
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: split request and response logic to handle the different context information
* feat: split request and response logic to handle the different context information
* fix: integration test
* fix: import alias
* fix: refactor execution package
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* docs: basic documentation for executions and targets
* fix: change order for interceptors
* fix: merge back origin/main
* fix: change target definition command and query side (#7735 )
* fix: change target definition command and query side
* fix: correct refactoring name changes
* fix: correct refactoring name changes
* fix: changing execution defintion with target list and type
* fix: changing execution definition with target list and type
* fix: add back search queries for target and include
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* docs: add example to actions v2
* docs: add example to actions v2
* fix: correct integration tests on query for executions
* fix: add separate event for execution v2 as content changed
* fix: add separate event for execution v2 as content changed
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
---------
Co-authored-by: adlerhurst <silvan.reusser@gmail.com >
* fix: added review comment changes
* fix: added review comment changes
* Update internal/api/grpc/server/middleware/execution_interceptor.go
Co-authored-by: Silvan <silvan.reusser@gmail.com >
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
---------
Co-authored-by: adlerhurst <silvan.reusser@gmail.com >
Co-authored-by: Elio Bischof <elio@zitadel.com >
2024-05-04 11:55:57 +02:00
Livio Spring
9950cafafc
fix: improve information on unsupported hash algorithms ( #7870 )
...
* fix: improve information on unsupported hash algorithms
* Update de.yaml
2024-04-30 17:50:33 +00:00
mffap
66d185d74d
docs(concepts): identity brokering ( #7812 )
...
* docs(concepts): identity brokering
* add comments from review
2024-04-22 13:59:11 +00:00
mffap
48d7307d0e
docs(features): external user grant ( #7771 )
...
* docs(features): external user grant
* cross link
* add image
* fix link to blog
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com >
---------
Co-authored-by: Florian Forster <florian@zitadel.com >
2024-04-15 12:13:05 +00:00
Tim Möhlmann
2089992d75
feat(crypto): use passwap for machine and app secrets ( #7657 )
...
* feat(crypto): use passwap for machine and app secrets
* fix command package tests
* add hash generator command test
* naming convention, fix query tests
* rename PasswordHasher and cleanup start commands
* add reducer tests
* fix intergration tests, cleanup old config
* add app secret unit tests
* solve setup panics
* fix push of updated events
* add missing event translations
* update documentation
* solve linter errors
* remove nolint:SA1019 as it doesn't seem to help anyway
* add nolint to deprecated filter usage
* update users migration version
* remove unused ClientSecret from APIConfigChangedEvent
---------
Co-authored-by: Livio Spring <livio.a@gmail.com >
2024-04-05 09:35:49 +00:00
Dakshitha Ratnayake
2ea0b520fd
docs: Added a new intro page for configuring external IdPs. ( #7595 )
...
* Added a new intro page for configuring external IdPs.
* Fixed broken links
* Resolved build errors.
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com >
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com >
* Addressed review comments.
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com >
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com >
* Addressed review comments.
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com >
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com >
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
2024-03-27 15:49:08 +05:30
mffap
376c3a3fff
docs(integrate): improve service user authentication ( #7492 )
...
* service users
* wip
* wip
* wip
* lower case titles
* wip
* wip
* private key jwt
* wip
* wip
* token introspection
* zitadel apis
* expiration
* replace mermaid with svg
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com >
* Apply suggestions from code review
* boulevard of broken links
* my hrefs will go on
* docs: add token type to client credential
* Update docs/docs/apis/introduction.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/private-key-jwt.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/private-key-jwt.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/client-credentials.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/service-users/client-credentials.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/_accessing_zitadel_api.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com >
* docs: add token type to client credential
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com >
Co-authored-by: Florian Forster <florian@zitadel.com >
Co-authored-by: Livio Spring <livio.a@gmail.com >
2024-03-25 10:30:43 +01:00
Silvan
b338171585
docs: move jwt idp to guides ( #7570 )
2024-03-20 10:46:05 +01:00
Silvan
30a1f4b39e
docs(actions): add examples ( #7494 )
...
* docs(actions): add use cases
* docs(actions): extend available modules
* docs(actions): add example to http module
* hide code in details
* add saml response,
correct code examples
* describe internal authentication flow
* rename to code examples
2024-03-13 17:49:36 +01:00
mffap
89a3ffa6fd
docs(legal): update cookies in privacy policy ( #7493 )
...
* docs(legal): update cookies in privacy policy
* add note about customer instances
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com >
* perf: filter events by instance ids (#7489 )
fix: filter events by instance ids
* docs: describe DefaultInstance vs FirstInstance (#7487 )
* docs: describe DefaultInstance vs FirstInstance
* link to docs
* add better searchable tip to the docs
* add better searchable tip to the docs
* add link
* docs: remove localhost from links (#7503 )
* remove visitor analytics
* Update docs/docs/legal/policies/privacy-policy.mdx
---------
Co-authored-by: Florian Forster <florian@zitadel.com >
Co-authored-by: Elio Bischof <elio@zitadel.com >
Co-authored-by: Silvan <silvan.reusser@gmail.com >
2024-03-07 11:35:22 +00:00
Fabi
258e91cf66
docs: rename instance settings to default settings ( #7484 )
...
* docs: rename instance settings to default settings
* docs: correct local reference to docs
* docs: correct local reference to docs
---------
Co-authored-by: Max Peintner <max@caos.ch >
2024-03-06 10:36:04 +00:00
Silvan
8f898775c9
docs: remove localhost from links ( #7503 )
2024-03-05 09:46:42 +00:00
Fabi
0542b29517
docs: Contribution guidelines ( #7443 )
...
* docs: gender neutrality
* docs: gender neutrality
* docs: gender neutrality
* Update docs/docs/concepts/features/identity-brokering.md
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
* Update docs/docs/guides/integrate/login-ui/mfa.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
* Update internal/static/i18n/en.yaml
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
* Update internal/static/i18n/en.yaml
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com >
2024-02-26 13:11:09 +00:00
mffap
da8a79f280
docs(integrate): Update login users docs ( #7414 )
...
* wip
* update intro of device auth
* add custom domain concept
* wip sidebar
* wip introduction
* add passkeys
* replace azure ad with entra id
* wip
* wip
* login methods
* expand sections automatically
* update selfservice docs
* wip - hosted done
* move onboarding
* clean up
* wip
* unbreak my hrefs
* finish login users
* update managers
* add console as feature
* update b2b with multi-tenancy
* update saml
* update console concept
* add opaque tokens as knowledge
* redirects
* intro b2b
* remove login/saml
* unbreak link
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com >
* passkeys: add custom domain first
* update passkeys
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/guides/integrate/login/login-users.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
Co-authored-by: Florian Forster <florian@zitadel.com >
2024-02-26 13:04:09 +05:30
Silvan
1791f46424
docs: change examples to psql ( #7358 )
...
Replaces CockroachDB as default in self hosting examples.
* Update docs/docs/concepts/architecture/software.md
Co-authored-by: Elio Bischof <elio@zitadel.com >
* Update docs/docs/concepts/architecture/software.md
Co-authored-by: Elio Bischof <elio@zitadel.com >
---------
Co-authored-by: Elio Bischof <elio@zitadel.com >
2024-02-20 08:33:50 +00:00
Fabi
32c7efea73
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 >
2024-02-16 15:40:45 +00:00
Tim Möhlmann
2de7ce99c5
chore(docs): improve on password hashing ( #6951 )
2023-11-22 10:29:06 +00:00
Fabi
7edc73bd5e
fix: Domains problematic ( #6564 )
...
* docs: disable validate org domains per default, and have a better label
* docs: rename to $CUSTOM-DOMAIN
* docs: translation
* docs: tranlsations
* docs: tranlsations
* docs: allow domain discovery
---------
Co-authored-by: Max Peintner <max@caos.ch >
2023-09-20 12:45:11 +02:00
Dakshitha Ratnayake
599a1ddd78
docs:change titles ( #6582 )
...
* Modified quick start guide to reflect the new onboarding changes.
* Modified titles to optimize indexing. Left thet titles in title case for now.
* Added side bar labels and also made minor changes to titles.
* Update docs/docs/apis/openidoauth/endpoints.mdx
Co-authored-by: Fabi <fabienne@zitadel.com >
---------
Co-authored-by: Fabi <fabienne@zitadel.com >
2023-09-19 13:50:00 +02:00
Fabi
aca5de8e40
docs: add mfa login docs (u2f, totp, sms, email) ( #6456 )
...
* docs: add mfa login docs (u2f, totp)
* docs: add sms otp registration
* docs: add required in the proto docs
* docs: authenticate with sms code
* docs: authenticate with email code
* docs: fix email code part
* docs: add otp email/sms to self service
* docs: secret generator naming
* docs: fix docs
---------
Co-authored-by: Livio Spring <livio.a@gmail.com >
2023-09-08 11:28:40 +00:00
Fabi
f331a88a16
docs: remove beta state from postgreSQL ( #6245 )
2023-07-25 07:10:04 +00:00
mffap
aa60de3d34
docs: fix some more broken links ( #5962 )
2023-06-01 08:46:50 +00:00
mffap
c7e0d979d4
docs: fix broken links ( #5959 )
...
* openid connect
* main
* cockroach links
2023-06-01 06:58:14 +02:00
Fabi
0d7495b8ed
docs: remove sms from mf lists ( #5920 )
2023-05-24 12:09:01 +00:00
Fabi
a60c9ae4f5
docs: remove beta state of postgresql ( #5652 )
...
* docs: remove beta state of postgres
* docs: release cycle, support states, postgres
* docs: release cycle, support states, postgres
* docs: postgreSQL
* Update docs/docs/concepts/architecture/software.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/concepts/architecture/solution.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/self-hosting/deploy/overview.mdx
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/self-hosting/manage/database/_postgres.mdx
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/self-hosting/manage/database/_postgres.mdx
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/self-hosting/manage/production.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/manage/cloud/support.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com >
* fix broken link
* replace generic title (search optimization)
* new version of sidebars
* fix broken links
* add back to sidebar
---------
Co-authored-by: mffap <mpa@zitadel.com >
2023-05-22 05:13:58 +00:00
mffap
b6b229ed4f
docs: optimize titles for search ( #5880 )
...
* docs: optimize titles for search
* wip
* trainings
* API
* trainings
* orphaned: structure overview
* eventstore
* examples
* docs overview
* cloud
* console
* orphaned: sdks
* deploy
2023-05-22 07:50:08 +05:30
mffap
bae6e20a91
docs(api): update api path ( #5876 )
2023-05-17 12:47:55 +00:00
mffap
696fb390ae
docs(concepts): Describe audit trail feature ( #5747 )
...
* docs(concepts): Audit Trail
* event viewer
* event api
* future plans
* fix broken links
* external system
* link to logs (dependency)
* correct link
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com >
* service user link
* replace image
---------
Co-authored-by: Florian Forster <florian@zitadel.com >
2023-05-04 15:37:28 +02:00
mffap
53654cb44a
docs: instances, clean-up ( #5796 )
...
* instances
* delete rate limits
* service users
* serviceusers
* serviceusers
2023-05-03 15:13:07 +02:00
mffap
0431cd15f9
docs(scenarios): domain discovery ( #5688 )
...
* formatting title configuration
* color generated boxes
* structure
* move saas
* overview
* add integration overview (fixes broken link on main page)
* instance settings
* user journeys
* fix broken link to saas
* instance considerations
* orgs
* organizations update
* instance settings: domain settings
* heading
* verification and conclusion
* fix diagram
* default org behavior from review
2023-04-21 14:54:32 +00:00
mffap
a9d6e92873
docs(integrate): create automatic overviews, move brokering ( #5721 )
...
* overviews in sidebars
* move identity brokering to features
* fix links
2023-04-20 17:04:40 +02:00
mffap
8d4d182c20
docs: proposal restructure ( #5318 )
...
* docs: docs structure
* docs: remove sdk from main nav
* docs: fix broken links
* docs: texts
* docs: texts
* docs: react example
* docs: proposal restructure
* remove manual, move troubleshooting
* revmove duplicate item
* identity providers
* broken links and rel paths
* examples wip
* examples
* navigation
* support
* solution scenarios
* concepts
* overview
* Actions caution to info
* suggestions from code review
* remove start command again
* proposed start command (with and without api)
* wip startpage
* startpage
* broken link integrate
* remove get started from nav
* Apply suggestions from code review
Co-authored-by: Elio Bischof <elio@zitadel.com >
---------
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com >
Co-authored-by: Florian Forster <florian@zitadel.com >
Co-authored-by: Elio Bischof <elio@zitadel.com >
2023-03-07 09:33:13 +02:00
Florian Forster
aa9518ac02
docs: improve api docs ( #5158 )
...
* integrate docs into nav
* generator for local use, production needs to be set by env
* fix typo
* local dev
* docs: annotate the first user endpoints in the management api
* docs: annotate the first user endpoints in the management api
* docs: annotate the first user endpoints in the management api
* docs: annotate the first user endpoints in the management api
* docs: add header params
* rewrite docs links and improve ci
* tweak build command
* fix path
* Update docs/docusaurus.config.js
Co-authored-by: Max Peintner <max@caos.ch >
* fix docker
* docs: add header params
* docs: Add tags to management api. add some descriptions
* docs: more descriptions
* docs: more descriptions
* docs: required fields
* docs: example request
* docs: example request
* docs: example request
* docs: example request
* docs: example request
* docs: user metadata requests
* docs: user requests
* docs: user requests
* docs: user requests
* docs: user requests
* docs: change nav add first methods to authentication api
* docs: auth api
* docs: auth api
* docs: auth api
* docs: auth api
* docs: auth api
* docs: api sidenav
* chore: use buf without docker
* fix deploy
* fix ci
* fix vercel
* docs: admin
* docs: admin api docs
* docs: admin api docs
* docs: admin api docs
* docs: admin api docs
* docs: security
* docs: security
* docs: admin api
* docs: change to env vars
* docs: auth api
* docs: remove assets, deprecated requests, menu
* reworked page with PaloAltoNetworks/docusaurus-openapi-docs
* works with the resolutions
* fix broken build by adding assets again
* add tags to menu
* chore: improve build speed
* no-minify
* test ssr
* ssr 20
* use lazy
* increase mem
* use default mem
* change names
* docs: remove assets, deprecated requests, menu
* docs: management api
* docs: management api
* docs: management api
* docs: sidebar
* not the best word smithing but it is ;-)
* more typos
* merge main
* fix some error
* trial
* update grpc gateway
* trigger vercel build
* docs: deprecated requests
* docs: deprecated requests
---------
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com >
Co-authored-by: Max Peintner <max@caos.ch >
2023-02-23 18:08:06 +07:00
Florian Forster
77e3d08f22
docs: split out self-hosting into new section ( #4903 )
...
* docs: split out self-hosting into section
* check for broken links
* fix netlify proxy forward
* use full path
2022-12-20 11:17:27 +01:00
Florian Forster
065250a108
chore(docs): fix links for domain migration ( #4831 )
...
* chore(docs): fix links for domain migration
* try trailing slash for netlify
* trial
* fix typo
* test path
* try preview proxied
* test local proxy
* try to define the domain with redirect to /docs
* remove build commands
* debug netlify router and fix image link
* working config
* fix analytics
2022-12-06 20:33:13 +01:00
Silvan
5a1f4c387c
docs(action): specify docs ( #4709 )
...
* docs: add actions section
* docs(actions): add modules
* docs: actions
* docs(actions): start with register flows
* add calls
* docs: all actions documented
* docs(actions): unify
* docs(actions): unify texts
* docs: apply suggestions from code review
Co-authored-by: mffap <mpa@zitadel.com >
* docs(actions): clarifications
* docs: return values italic
* docs: fix broken links
* docs: fix broken links
* docs: fix broken links
* docs: fix broken links
* Update docs/docs/apis/actions/introduction.md
Co-authored-by: mffap <mpa@zitadel.com >
* docs(actions): link actions examples
* docs: remove unused section
Co-authored-by: mffap <mpa@zitadel.com >
Co-authored-by: Florian Forster <florian@zitadel.com >
2022-11-28 09:20:33 +01:00
Fabi
f6f8ce8ba1
docs: azure add actions and no mfa prompt ( #4655 )
...
* docs: azure ad actions and no mfa prompt
* lockfile
* rm space
* rm lines
* docs: azure ad actions and no mfa prompt
* docs: azure ad actions and no mfa prompt
* docs: azure ad actions and no mfa prompt
* docs: azure ad actions and no mfa prompt
* docs: link to actions marketplace
* Update docs/docs/apis/actions.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/concepts/features/actions.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/integrate/azuread-oidc.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/integrate/azuread-oidc.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/integrate/azuread-oidc.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/integrate/azuread-oidc.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/integrate/azuread-oidc.md
Co-authored-by: mffap <mpa@zitadel.com >
* Update docs/docs/guides/integrate/azuread-oidc.md
Co-authored-by: mffap <mpa@zitadel.com >
* docs: function name
* docs: function name
Co-authored-by: Max Peintner <max@caos.ch >
Co-authored-by: mffap <mpa@zitadel.com >
Co-authored-by: Livio Spring <livio.a@gmail.com >
2022-11-09 08:49:38 +00:00
Elio Bischof
3dee8525d8
docs(concepts): describe virtual instances ( #4535 )
...
* docs(concepts): describe virtual instances
* mention scaling virtual instances
* Update docs/docs/concepts/structure/instance.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/concepts/structure/instance.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/concepts/structure/instance.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/concepts/structure/instance.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
* Update docs/docs/concepts/structure/instance.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
* remove _instance_description.mdx
Co-authored-by: Florian Forster <florian@zitadel.com >
2022-10-13 10:03:34 +02:00
mffap
c15658ea8c
docs(concepts): update user concept ( #4541 )
...
* docs(azuread): update azuread integration guide
* docs(users): update concept users
* link instead of embed in service user guide
* remove referenced user description
* saml grant type
* typos
* update users
2022-10-12 21:48:58 +02:00
Max Peintner
a4bbc756d8
docs: console guide ( #4468 )
...
* console guide
* org
* orgs, projects
* applications
* project, roles, authz
* users, roles
* app config, imgs
* policy imgs
* users, metadata, imgs
* actions, projects, structure
* css
* rm overview component
* rm manager from sidebar
* fix some broken links, update 🦖
* fix broken links
* fix img shadow
* Update docs/docs/concepts/structure/applications.md
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* policy link
* link to projects guide
* Update docs/docs/guides/integrate/application/review-config.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* add external org authz guide
* Update docs/docs/guides/manage/console/users.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* link to example
* readd manager structure
* punto
* docs: domain settings email as username
* docs: links
* project, application settings, screenshots
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/instance-settings.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/organizations.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* iam role
* Update docs/docs/guides/manage/console/managers.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* Update docs/docs/guides/manage/console/managers.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* change username text
* Update docs/docs/guides/manage/console/roles.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* link example
* branding changes
* Update docs/docs/guides/manage/console/organizations.mdx
good point 👍
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
* docs: loginnames
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com >
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com >
2022-10-06 16:22:46 +02:00
Livio Spring
2d6281ce5b
docs: JWT IDP ( #2475 )
...
* docs: first draft for jwt idp
* update to v2 and fix typos
2022-09-27 15:42:13 +02:00
mffap
ef87a53dfc
docs(concepts): add self-service to features ( #4372 )
...
* docs(concepts): add self-service to features
* outline
* wip
* login
* wip
* account linking
* managers
* intro
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com >
* Autolinking and autoregister
Co-authored-by: Florian Forster <florian@zitadel.com >
2022-09-16 00:23:38 +02:00