Skip to content

Adding support for all Zitadel authentication strategies#4

Merged
mridang merged 22 commits intomainfrom
improve-auth-support
Apr 15, 2025
Merged

Adding support for all Zitadel authentication strategies#4
mridang merged 22 commits intomainfrom
improve-auth-support

Conversation

@mridang
Copy link
Collaborator

@mridang mridang commented Apr 3, 2025

Which Problems Are Solved

  • Supports multiple authentication strategies: Personal Access Token (PAT), Client Credentials, and JWT Bearer.

How the Problems Are Solved

  • Adds support for PAT, Client Credentials, and JWT Bearer authentication methods.

Additional Changes

  • Adds a suite of integration tests to ensure the correct functionality of the new authentication strategies.
  • Improves test coverage for authentication flow.
  • Removes unnecessary autogenerated test functions to improve code clarity and maintainability.

Additional Context

@mridang mridang marked this pull request as draft April 4, 2025 11:34
@mridang mridang self-assigned this Apr 4, 2025
@mridang mridang added the enhancement New feature or request label Apr 4, 2025
@mridang mridang linked an issue Apr 4, 2025 that may be closed by this pull request
@mridang mridang changed the title Intial commit for adding support for other authentication strategies Adding support for all Zitadel authentication strategies Apr 8, 2025
@mridang mridang marked this pull request as ready for review April 15, 2025 05:17
@mridang mridang merged commit c6c5c49 into main Apr 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for OAuth 2.0 Client Authentication via JWT (RFC 7523)

1 participant