Skip to content

Commit

Permalink
Merge pull request #70 from zitadel/hifabienne-patch-1
Browse files Browse the repository at this point in the history
docs: update readme with implemented features
  • Loading branch information
hifabienne committed May 16, 2024
2 parents b1473fe + e71b9bf commit ff0bd8c
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- [x] Local User Registration (with Password)
- [ ] User Registration and Login with external Provider
- [ ] Google
- [x] User Registration and Login with external Provider
- [x] Google
- [ ] GitHub
- [ ] GitHub Enterprise
- [ ] GitLab
- [x] GitLab
- [ ] GitLab Enterprise
- [ ] Azure
- [ ] Apple
Expand All @@ -60,27 +60,28 @@ You can already use the current state, and extend it with your needs.
- [ ] SAML SP
- Multifactor Registration an Login
- [x] Passkeys
- [ ] TOTP
- [ ] OTP: Email Code
- [ ] OTP: SMS Code
- [x] TOTP
- [x] OTP: Email Code
- [x] OTP: SMS Code
- [ ] Password Change/Reset
- [ ] Domain Discovery
- [ ] Branding
- [x] Branding
- OIDC Standard
- [ ] Authorization Code Flow with PKCE
- [ ] AuthRequest `hintUserId`
- [ ] AuthRequest `loginHint`
- [ ] AuthRequest `prompt`
- [x] Authorization Code Flow with PKCE
- [x] AuthRequest `hintUserId`
- [x] AuthRequest `loginHint`
- [x] AuthRequest `prompt`
- [x] Login
- [x] Select Account
- [ ] Consent
- [ ] Create
- [x] Create
- Scopes
- [ ] `openid email profile address``
- [ ] `offline access`
- [x] `openid email profile address``
- [x] `offline access`
- [ ] `urn:zitadel:iam:org:idp:id:{idp_id}`
- [ ] `urn:zitadel:iam:org:project:id:zitadel:aud`
- [ ] `urn:zitadel:iam:org:id:{orgid}`
- [x] `urn:zitadel:iam:org:project:id:zitadel:aud`
- [x] `urn:zitadel:iam:org:id:{orgid}`
- [x] `urn:zitadel:iam:org:domain:primary:{domain}`
- [ ] AuthRequest UI locales

## Tooling
Expand Down

0 comments on commit ff0bd8c

Please sign in to comment.