mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:06:55 +00:00
Merge branch 'main' into chore-tsconfig
This commit is contained in:
33
README.md
33
README.md
@@ -45,11 +45,11 @@ This list should show the current implementation state, and also what is missing
|
|||||||
You can already use the current state, and extend it with your needs.
|
You can already use the current state, and extend it with your needs.
|
||||||
|
|
||||||
- [x] Local User Registration (with Password)
|
- [x] Local User Registration (with Password)
|
||||||
- [ ] User Registration and Login with external Provider
|
- [x] User Registration and Login with external Provider
|
||||||
- [ ] Google
|
- [x] Google
|
||||||
- [ ] GitHub
|
- [ ] GitHub
|
||||||
- [ ] GitHub Enterprise
|
- [ ] GitHub Enterprise
|
||||||
- [ ] GitLab
|
- [x] GitLab
|
||||||
- [ ] GitLab Enterprise
|
- [ ] GitLab Enterprise
|
||||||
- [ ] Azure
|
- [ ] Azure
|
||||||
- [ ] Apple
|
- [ ] Apple
|
||||||
@@ -60,27 +60,28 @@ You can already use the current state, and extend it with your needs.
|
|||||||
- [ ] SAML SP
|
- [ ] SAML SP
|
||||||
- Multifactor Registration an Login
|
- Multifactor Registration an Login
|
||||||
- [x] Passkeys
|
- [x] Passkeys
|
||||||
- [ ] TOTP
|
- [x] TOTP
|
||||||
- [ ] OTP: Email Code
|
- [x] OTP: Email Code
|
||||||
- [ ] OTP: SMS Code
|
- [x] OTP: SMS Code
|
||||||
- [ ] Password Change/Reset
|
- [ ] Password Change/Reset
|
||||||
- [ ] Domain Discovery
|
- [ ] Domain Discovery
|
||||||
- [ ] Branding
|
- [x] Branding
|
||||||
- OIDC Standard
|
- OIDC Standard
|
||||||
- [ ] Authorization Code Flow with PKCE
|
- [x] Authorization Code Flow with PKCE
|
||||||
- [ ] AuthRequest `hintUserId`
|
- [x] AuthRequest `hintUserId`
|
||||||
- [ ] AuthRequest `loginHint`
|
- [x] AuthRequest `loginHint`
|
||||||
- [ ] AuthRequest `prompt`
|
- [x] AuthRequest `prompt`
|
||||||
- [x] Login
|
- [x] Login
|
||||||
- [x] Select Account
|
- [x] Select Account
|
||||||
- [ ] Consent
|
- [ ] Consent
|
||||||
- [ ] Create
|
- [x] Create
|
||||||
- Scopes
|
- Scopes
|
||||||
- [ ] `openid email profile address``
|
- [x] `openid email profile address``
|
||||||
- [ ] `offline access`
|
- [x] `offline access`
|
||||||
- [ ] `urn:zitadel:iam:org:idp:id:{idp_id}`
|
- [ ] `urn:zitadel:iam:org:idp:id:{idp_id}`
|
||||||
- [ ] `urn:zitadel:iam:org:project:id:zitadel:aud`
|
- [x] `urn:zitadel:iam:org:project:id:zitadel:aud`
|
||||||
- [ ] `urn:zitadel:iam:org:id:{orgid}`
|
- [x] `urn:zitadel:iam:org:id:{orgid}`
|
||||||
|
- [x] `urn:zitadel:iam:org:domain:primary:{domain}`
|
||||||
- [ ] AuthRequest UI locales
|
- [ ] AuthRequest UI locales
|
||||||
|
|
||||||
## Tooling
|
## Tooling
|
||||||
|
|||||||
Reference in New Issue
Block a user