Skip to content

"Get auth token (service)" in postman collection is wrong #128

@fgalan

Description

@fgalan

The payload in operation "Get auth token (service)" in the reference postman collection is wrong as it is using SUBSERVICE. In fact, it seems the same payload than the (right) operation "Get auth token (subservice)" is using but with some fields in the JSON changing order

The right payload to use is:

{
	"auth": {
		"identity": {
			"methods": [
				"password"
			],
			"password": {
				"user": {
					"domain": {
						"name": "{{SERVICE}}"
					},
					"name": "{{USER}}",
					"password": "{{PASSWORD}}"
				}
			}
		},
		"scope": {
			"domain": {
				"name": "{{SERVICE}}"
			}
		}
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions