Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Sir,I am using Duo Auth Api using enroll & auth . I need to change title duo mobile pop up. Another if I uninstall duo mobile after register. how to re-register the device again?Change title(Are you logging in CityLive_System API)I need to change ...
Hello Sir,I am trying to create using /admin/v1/users it shows {"code":40103,"message":"Invalid signature in request credentials","stat":"FAIL"}The canonical string I’m generating for use in the HMAC :Tue, 26 Sep 2023 21:52:23 +0600POST/admin/v1/use...
Hi,I want to create a user to duo security system using duo security API for our existing systemAfter registering the user to duo security, duo security system returns a URL for registering the user with duo mobileBut it shows below error:{"code": ...
I have use below like which is working fine:1. Add below dependency to pom.xml'<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-client</artifactId>
<version>0.6.0</version>
</dependency>2. User below code:import org.apache....
Hi @DuoKristina I have tried many ways. But every way shows Invalid signature.Is it right way which I did below?genetateSignature(canonicalString, skey):HMAC-SHA1 Key (genetateSignature): afffa7f9cb019b4d9eceacd3d16d7afe4461d028signature b4encode of ...
Hi @DuoKristina Thanks you very much for your reply.I have also added this third line same things happen.Wed, 27 Sep 2023 01:39:43 +0600POSTapi-d221a358.duosecurity.com/admin/v1/usersemail=enamul.haque%40gmail.com&username=ehaqueHere is the code..Str...