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

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

Open
fgalan opened this issue Dec 4, 2019 · 0 comments
Open

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

fgalan opened this issue Dec 4, 2019 · 0 comments

Comments

@fgalan
Copy link
Member

fgalan commented Dec 4, 2019

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}}"
			}
		}
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant