Skip to content

Commit

Permalink
fix sub headers
Browse files Browse the repository at this point in the history
  • Loading branch information
atakavci committed Feb 26, 2025
1 parent 5b6f7c2 commit 08dfaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Starting with version 5.3.0 GA, Jedis supports token-based authentication. The [

Additionally, support for Microsoft EntraID has been fully implemented and is now available as an extension for Azure Managed Redis (AMR) and Azure Cache for Redis(ACR).

### Using Token-Based Authentication With Custom Identity Provider
### Using With Custom Identity Provider
Jedis provides a token-based authentication mechanism with a generic identity provider of your choice.
For custom use of this feature, you will need to provide an implementation of `IdentityProvider` and `IdentityProviderConfig` and configure it in the way Jedis expects.

Expand Down Expand Up @@ -162,7 +162,7 @@ JedisClientConfig config = DefaultJedisClientConfig.builder()
.authXManager(new AuthXManager(tokenAuthConfig)).build();
...
```
### Using Jedis with Microsoft EntraID
### Using With Microsoft EntraID

Extension for EntraID is fully integrated and ready to use with [Azure Managed Redis](https://azure.microsoft.com/en-us/products/managed-redis)(AMR) or [Azure Cache for Redis](https://azure.microsoft.com/en-us/products/cache/)(ACR). All you need is to add the EntraID dependency and code for configuration for chosen authentication type with Microsoft EntraID service.

Expand Down

0 comments on commit 08dfaf3

Please sign in to comment.