Skip to content

Conversation

@dennisoehme
Copy link

Currently, the ITokenProvider interface is public, but its required method CreateHandler() is internal, which prevents consumers from creating their own implementations outside of the Zitadel.Net assembly.

I need to create a custom provider so I can modify the underlying HTTP client, specifically to adjust header parameters for authentication or other scenarios.

Please consider making CreateHandler() public or providing an alternative extensibility mechanism so developers can implement custom token providers and modify client behavior as needed.

…tion

Currently, the ITokenProvider interface is public, but its required method CreateHandler() is internal, which prevents consumers from creating their own implementations outside of the Zitadel.Net assembly.
@dennisoehme dennisoehme changed the title Allow custom ITokenProvider implementation to support header modifica… Allow custom ITokenProvider implementation to support header modification Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants