Enhancementhelp wantedundecided
Métriques du dépôt
- Stars
- (6 886 étoiles)
- Métriques de merge PR
- (Merge moyen 2j 17h) (11 PRs mergées en 30 j)
Description
Is your feature request related to a problem? Please describe.
In our cluster with Kubernetes, we are using Keycloak (https://www.keycloak.org/) to log in to our applications using our Google accounts. It will be interesting if there is support for this Authentication. Keycloak authentication is using JWT (https://jwt.io/) token.
Describe the solution you'd like
It will be interesting if we could use our Keycloak authentication to log in to the PHP my admin page. A solution for this could be having a PHP class extending from the abstract class AuthenticationPlugin.php.
Additional context
We are using the latest version of phpMyAdmin.