Merge branch 'main' into chore-tsconfig

This commit is contained in:
Max Peintner
2024-05-17 09:35:28 +02:00
committed by GitHub

View File

@@ -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