We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add domain authorization scope as discribed in http://developer.openstack.org/api-ref-identity-v3.html#authenticatePasswordScoped
The text was updated successfully, but these errors were encountered:
json request must be like this: { "auth": { "identity": { "methods": [ "password" ], "password": { "user": { "domain": { "name": "domain-name" }, "name": "usr", "password": "pwd" } } }, "scope": { "project": { "domain": { "name": "domain-name" }, "name": "prj-name" } } } }
Sorry, something went wrong.
Looks like this is specific to identity v3, which is on our roadmap but isn't implemented yet. When that is tackled, I'll make sure this is included.
No branches or pull requests
Add domain authorization scope as discribed in
http://developer.openstack.org/api-ref-identity-v3.html#authenticatePasswordScoped
The text was updated successfully, but these errors were encountered: