Bug 1414083
Summary: | User Name required for login on behalf | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Ravi Nori <rnori> |
Component: | AAA | Assignee: | Ravi Nori <rnori> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Gonza <grafuls> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | bugs, mperina |
Target Milestone: | ovirt-4.1.1 | Flags: | rule-engine:
ovirt-4.1+
|
Target Release: | 4.1.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-21 09:38:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ravi Nori
2017-01-17 17:15:02 UTC
Verified with: rhevm-4.1.1-0.1.el7.noarch curl -k -v -H "Accept: application/json" 'https://ge2.redhat.com/ovirt-engine/sso/oauth/token?grant_type=password&username2=admin@internal&password=1&client_id=ovirt-engine&client_secret=secret&scope=ovirt-ext=token:login-on-behalf' ... * Connection #0 to host ge2.redhat.com left intact {"error_code":"invalid_request","error":"Invalid request, parameter 'username' not found or contains invalid value."}% Verified with: rhevm-4.1.1-0.1.el7.noarch curl -k -v -H "Accept: application/json" 'https://ge2.redhat.com/ovirt-engine/sso/oauth/token?grant_type=password&username2=admin@internal&password=1&client_id=ovirt-engine&client_secret=secret&scope=ovirt-ext=token:login-on-behalf' ... * Connection #0 to host ge2.redhat.com left intact {"error_code":"invalid_request","error":"Invalid request, parameter 'username' not found or contains invalid value."}% |