
Anand babug.30907 (Customer) asked a question.
I am trying to implement OKTA client with custom cache manager. am using redis cache in project. how do i use redis cache as custom cache manager in okta client creation
oktaClient = Clients.builder()
.setOrgUrl(oktaDomainURL)
.setClientCredentials(new TokenClientCredentials(oktaSSWSToken))
.setConnectionTimeout(0)
.setCacheManager(cacheManager) //which asking for OKTA cache manager
.build();
Am not sure how to convert or use redis cache in setCacheManager
Can you please guide me to implement the custom cache manager in OKTA

Hi Anand, it looks like you're using the Okta Java Management SDK https://github.com/okta/okta-sdk-java From what I can tell, it doesn't look like there are any guides about how to implement the custom cache manager with Redis. I would recommend bringing your question to the GitHub repo and one of the developers there can offer better guidance.