Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website/integrations: mastodon: set correct uid field #11945

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. website/integrations: mastodon: set correct uid field

    Setting the `OIDC_UID_FIELD` as `sub` created users on Mastodon with random usernames. Once this was changed to `preferred_username`, new users were created with their usernames set in authentik. My assumption is that users would wish to have the same username rather than have a random one generated.
    
    Signed-off-by: 4d62 <github-user@sdko.org>
    4d62 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bb660c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    4ce3d46 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. website/integrations: mastodon: apply review suggestions

    A: goauthentik#11945 (review)
    B: goauthentik#11945 (comment)
    
    Signed-off-by: 4d62 <github-user@sdko.org>
    4d62 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bc97715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f641110 View commit details
    Browse the repository at this point in the history