{"id":23735372,"url":"https://github.com/redis/jvm-redis-authx-entraid","last_synced_at":"2025-08-07T21:11:57.828Z","repository":{"id":267782403,"uuid":"881432054","full_name":"redis/jvm-redis-authx-entraid","owner":"redis","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-21T09:07:32.000Z","size":157,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-02T00:54:04.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-31T15:02:23.000Z","updated_at":"2025-07-14T10:47:51.000Z","dependencies_parsed_at":"2025-04-03T09:29:14.241Z","dependency_job_id":"4d7818c9-4e12-4b83-9d8a-10da01bea7af","html_url":"https://github.com/redis/jvm-redis-authx-entraid","commit_stats":null,"previous_names":["redis/tbd-auth-entraid"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/redis/jvm-redis-authx-entraid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fjvm-redis-authx-entraid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fjvm-redis-authx-entraid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fjvm-redis-authx-entraid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fjvm-redis-authx-entraid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis","download_url":"https://codeload.github.com/redis/jvm-redis-authx-entraid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fjvm-redis-authx-entraid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269324717,"owners_count":24398045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-31T06:14:33.115Z","updated_at":"2025-08-07T21:11:57.821Z","avatar_url":"https://github.com/redis.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Token-based Authentication Providers for Redis Java clients\n\nThis extension provides Token-based Authentication for Redis Java client libraries: [lettuce](https://github.com/redis/lettuce) and [Jedis](https://github.com/redis/jedis)\n\n## Microsoft Entra ID provider\n\n### Installation \nTo install the Entra ID provider, add the following dependencies to your `pom.xml` file if you're using Maven:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eredis.clients.authentication\u003c/groupId\u003e\n    \u003cartifactId\u003eredis-authx-entraid\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.1-beta1\u003c/version\u003e\n\u003c/dependency\u003e\n```\nIf you're using Gradle, add the following dependencies to your `build.gradle` file:\n\n```\nimplementation 'redis.clients.authentication:redis-authx-entraid:0.1.1-beta1'\n```\n\n### Quick Start\nBasic usage would look like this:\n```java\n    TokenAuthConfig tokenAuthConfig = EntraIDTokenAuthConfigBuilder.builder()\n        .clientId(\"YOUR_CLIENT_ID\").secret(\"YOUR_SECRET\")\n        .authority(\"YOUR_AUTHORITY\").scopes(\"SCOPES\").build();\n```\nWith the `tokenAuthConfig` provided, both Jedis and Lettuce clients can automatically handle Reauthentication with EntraID.\n\nRefer to the [test files](https://github.com/redis/tbd-auth-entraid/tree/main/entraid/src/test/java/redis/clients/authentication) for more examples and detailed usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fjvm-redis-authx-entraid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis%2Fjvm-redis-authx-entraid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fjvm-redis-authx-entraid/lists"}