Skip to content

Instantly share code, notes, and snippets.

@john5223
Created October 9, 2015 14:33
Show Gist options
  • Save john5223/5cf071648dedf30c93ba to your computer and use it in GitHub Desktop.
Save john5223/5cf071648dedf30c93ba to your computer and use it in GitHub Desktop.
Keystone request for Password + OTP
{ "auth": {
"identity": {
"methods": ["password", "otp"],
"password": {
"user": {
"name": "USERNAME",
"domain": { "id": "default" },
"password": "PASSWORD"
}
},
"otp": {
"key": "KEY"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment