I've have successfully implemented OAuth 2.0 using the Identity Service provided with Creatio Studio (v 8.1.3) but I have not figured out how to use Refresh Tokens.
Can the OAuth 2.0 Refresh Token be implemented using that service? If so, how do I get a Refresh Token?
OAuth 2.0 authorization for integrated applications does not support refresh token flow. The third party application has to generate token and system administrator needs to update the synchronization parameters.
I'm trying to deploy de Identity Service to be able to use the external Outh 2.0 authorization and im using the docker deploy option but when i run the container, i got the error "It was not possible to connect to the redis server(s). Error connecting right now."
I also tried to modify the redis connectio string with my value in the ConnectionString.config file of my main creatio application but dosen't work.
While doing changes in the appsettings.json, and testing it. I got an error "It was not possible to connect to the redis server(s). UnableToConnect on tscore-dev-30:6379/Interactive, Initializing". In that file, "RedisConnection": "tscore-dev-30" is already set by default.
I also tried to update it with the redis connectionstring which was used in the main application but it is giving me an error while setting up the default response in creatio.