dmstr/keycloak-security-bundle
Composer 安装命令:
composer require dmstr/keycloak-security-bundle
包简介
Keycloak-backed Symfony Security: KeycloakUser + KeycloakUserProvider for JWT-authenticated users managed in Keycloak, plus a CLI for token retrieval.
README 文档
README
dmstr/keycloak-security-bundle
Keycloak-backed Symfony Security.
Features (planned)
KeycloakUser— user model populated from JWT claims issued by KeycloakKeycloakUserProvider— Symfony Security user providerTestAuthenticator— opt-in fake authenticator for testsapp:auth:tokenCLI — retrieve a JWT for a configured Keycloak user
RFC 9728 Protected Resource Metadata
Lets clients discover the responsible authorization server knowing nothing but the API entrypoint (RFC 9728):
GET /.well-known/oauth-protected-resource
{
"resource": "https://api.example.com",
"authorization_servers": ["https://kc.example.com/realms/acme"],
"bearer_methods_supported": ["header"]
}
authorization_servers[0] is the OIDC issuer — standard OIDC discovery
({issuer}/.well-known/openid-configuration) takes over from there. In
addition, every 401 response advertises the metadata document via the
WWW-Authenticate challenge (RFC 9728 section 5.1):
WWW-Authenticate: Bearer resource_metadata="https://api.example.com/.well-known/oauth-protected-resource"
The feature is opt-in — configure the issuer and import the route:
# config/packages/dmstr_keycloak_security.yaml dmstr_keycloak_security: realm_url: '%env(KEYCLOAK_REALM_URL)%' # resource: 'https://api.example.com' # optional, defaults to request scheme+host # config/routes.yaml dmstr_keycloak_security: resource: '@KeycloakSecurityBundle/config/routes.yaml'
The endpoint is public metadata: it responds with Access-Control-Allow-Origin: *
and is cacheable (public, max-age=3600). Make sure your firewall leaves
/.well-known/ anonymous.
License
MIT © diemeisterei GmbH
dmstr/keycloak-security-bundle 适用场景与选型建议
dmstr/keycloak-security-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 124 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 06 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 dmstr/keycloak-security-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dmstr/keycloak-security-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 124
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 30
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-10