Skip to content
New issue

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 #621

Open
bblrlo opened this issue Jun 20, 2016 · 2 comments
Open

Add domain authorization scope #621

bblrlo opened this issue Jun 20, 2016 · 2 comments

Comments

@bblrlo
Copy link

bblrlo commented Jun 20, 2016

Add domain authorization scope as discribed in
http://developer.openstack.org/api-ref-identity-v3.html#authenticatePasswordScoped

@bblrlo
Copy link
Author

bblrlo commented Jun 21, 2016

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"
}
}
}
}

@carolynvs
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants