zitadel/docs
Livio Spring 7dfa1925cc
feat: restrict login to specific org by id (scope) (#4294)
* feat: add new org scope

* change default of UserLoginMustBeDomain to false

* return resource owner claims

* fix: use email style for first user

* fix: ensure email style for default users (backwards compatibility)

* change to external domain (as it was before UserLoginMustBeDomain change)

* update e2e tests to use email style usernames

* document new scope

* lint e2e

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2022-09-23 12:08:10 +00:00
..
docs feat: restrict login to specific org by id (scope) (#4294) 2022-09-23 12:08:10 +00:00
src chore(docs): update readme and docs for producthunt (#4168) 2022-08-12 11:02:18 +02:00
static feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
.gitignore docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
babel.config.js docs: rework documentation site (#1589) 2021-04-15 13:22:37 +02:00
docusaurus.config.js docs: update rate limiting docs (#4186) 2022-08-15 17:40:43 +02:00
netlify.toml chore: fix broken links with redirect (#4231) 2022-08-22 18:59:56 +02:00
package.json docs: update docusaurus, add metrics endpoint, add zero downtime update (#4376) 2022-09-15 16:36:02 +02:00
README.md docs: allow privacy friendly analytics in docs page and set hsts (#3006) 2022-01-18 09:04:48 +01:00
sidebars.js docs(concepts): add self-service to features (#4372) 2022-09-16 00:23:38 +02:00
yarn.lock docs: update docusaurus, add metrics endpoint, add zero downtime update (#4376) 2022-09-15 16:36:02 +02:00

Netlify Status

Website

This website is built using Docusaurus 2, a modern static website generator.

Add new Sites to existing Topics

To add a new site to the already existing structure simply save the md file into the corresponding folder and append the sites id int the file sidebars.js.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Each PR will be automatically built with a preview link from cloudflare pages. Visit the checks / comments on the PR for the link.