Skip to content

feat: authentication_openid_connect_client plugin support#1221

Open
nytai wants to merge 1 commit intoPyMySQL:mainfrom
nytai:feat/oidc-jwt-auth
Open

feat: authentication_openid_connect_client plugin support#1221
nytai wants to merge 1 commit intoPyMySQL:mainfrom
nytai:feat/oidc-jwt-auth

Conversation

@nytai
Copy link
Copy Markdown

@nytai nytai commented Jan 22, 2026

Implements MySQL's OpenID Connect authentication protocol for JWT-based authentication. The protocol sends:
[1 byte capability][length-encoded token length][token]

This enables connecting to MySQL servers using OIDC tokens passed as the password parameter.

@nytai nytai changed the title add authentication_openid_connect_client plugin support feat: authentication_openid_connect_client plugin support Jan 22, 2026
Implements MySQL's OpenID Connect authentication protocol for
JWT-based authentication. The protocol sends:
[1 byte capability][length-encoded token length][token]

This enables connecting to MySQL servers using OIDC
tokens passed as the password parameter.
@nytai nytai force-pushed the feat/oidc-jwt-auth branch from c9b7675 to dbc9854 Compare January 23, 2026 00:14
@nytai
Copy link
Copy Markdown
Author

nytai commented Feb 19, 2026

@methane could we consider this PR? The core work is few lines, most of the diff in this PR is testing related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant