I fetched from cyberark auto_login safe, seems both are using same CCP API.
its straight forward but in cyberark we have to specify application id / SSL certificate id to communicate between CR and cyberark.
I guess the same should be in azure
@rbkadiyam in which format are you storing the autologin secret in cyberark? json format or any special format?
I want to bump this to see if you solved it, if you did can you attach images of the steps you took? I’m absolutely struggling with this.
I found the answer to this post. You will need the Username, (domain) Device Username, and Device Password. When I say domain I mean if you have a device name that looks like XX\BotRunner. XX in this case would be the domain.
You will need to create an Azure secret named Autologin-5f-Username and the secret will need to be {“username”:”domain\\DeviceUsername”, “password”:”devicePassword”}. You will need to use two backslashes for the domain or you will receive a json format error.