Skip to content

Conversation

@hannal
Copy link

@hannal hannal commented Dec 8, 2025

Summary

  • Allow users to configure loadUserInfo option instead of hardcoding it to true
  • Maintain backward compatibility by defaulting to true when not specified

Problem

The loadUserInfo option was hardcoded to true, preventing users from disabling the userinfo endpoint call even when they have "User Info inside ID Token" enabled in their ZITADEL application settings.

Fixes #46

Changes

  • Modified createZitadelAuth() to use zitadelConfig.loadUserInfo ?? true instead of hardcoded true

@elinashoko
Copy link

Thanks for your contribution, we'll have a look as soon as we can.

@elinashoko elinashoko moved this to 📋 Sprint Backlog in Product Management Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 📋 Sprint Backlog

Development

Successfully merging this pull request may close these issues.

loadUserInfo is hardcoded to true, ignoring user configuration

3 participants