Skip to content

Unable to create/update client with sectorIdentifierUri #9

@hiromoon

Description

@hiromoon

Issue: Unable to create/update client with sectorIdentifierUri

curl -X POST $AUTHLETE_API_BASE_URL/api/client/create \
  -H 'Content-Type:application/json' \
  -u "$AUTHLETE_SERVICE_API_KEY:$AUTHLETE_SERVICE_API_SECRET" \
  -d '{ "clientName": "hiromoon curl test", "description": "curl test", "logoUri": "https://example.com/logo.png", "redirectUris": [ "https://example.com/callback" ], "sectorIdentifierUri": "https://example.com/sector", "developer": "hiromoon", "clientType": "confidential", "grantTypes": ["AUTHORIZATION_CODE"], "responseTypes": ["CODE_ID_TOKEN"], "tokenAuthMethod": "client_secret_basic", "subjectType": "pairwise" }'

{"resultCode":"A032219","resultMessage":"[A032219] /client/create, The sector identifier URI did not resolve to a valid JSON document."}

I am able to create/update clients with sectorIdentifierURI, but the documentation uses sectorIdentifierUri.
See here: Authlete OpenAPI Specification

Metadata

Metadata

Assignees

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