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.
@DuoKristina, Suppose a user has three devices added in duo. When I do an auth api request through the endpoint /auth/v2/preauth, in which order the devices are returned? Are those returned in the order they are showing up on the admin sdk? If the a...
There is an element “display_name” in the /preauth response. Is there any convention duo follows to send a display_name in the response? Can it ever be null or empty?
In the response for duo auth api’s /auth end point
{
“stat”: “OK”,
“response”: {
“result”: “allow”,
“status”: “allow”,
“status_msg”: “Success. Logging you in…”
}
}
What are the purposes of status and result elements?
Using the java client for auth api, I have enrolled a user and verified that the user exists. Then I hit the endpoint /auth/v2/enroll_status. I’m getting an error message:
“code”: 40002, “message”: “Invalid request parameters”, “message_detail”: “use...
@DuoKristina, The “device name” in the UI, as you mentioned, is entered by the admin. If the admin does not enter anything, then it is blank. But, when i run the authapi, I am not getting back the device_name as display name as a part of the api res...
I do not find any option to set a display name. I do see an option to setup a device name. When i test the auth api, I find that the display name is in this format:
<device_type> (XXX-XXX-1234)
iOS (***-***-1234)
Is that something set by the admin op...