Skip to content

Commit

Permalink
amend changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Oct 21, 2024
1 parent a06fd49 commit 022426c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- Remove `dns.use_username_in_magic_dns` configuration option [#2020](https://github.com/juanfont/headscale/pull/2020)
- Having usernames in magic DNS is no longer possible.
- Redo OpenID Connect configuration [#2020](https://github.com/juanfont/headscale/pull/2020)
- `strip_email_domain` has been removed, domain is _always_ part of the username for OIDC.
- `strip_email_domain` is deprecated, domain is _always_ part of the username for OIDC.
- The option is available until the migration strategy is removed.
- Users are now identified by `sub` claim in the ID token instead of username, allowing the username, name and email to be updated.
- By default, users are automatically migrated based on their username when logged in.
- This migration can be disabled, and should be on new installations or fully migrated installations [#2170](https://github.com/juanfont/headscale/pull/2170)
Expand Down

0 comments on commit 022426c

Please sign in to comment.