We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue: Unable to create/update client with sectorIdentifierUri
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
sectorIdentifierURI
The text was updated successfully, but these errors were encountered:
hefa
No branches or pull requests
Issue: Unable to create/update client with
sectorIdentifierUri
I am able to create/update clients with
sectorIdentifierURI
, but the documentation usessectorIdentifierUri
.See here: Authlete OpenAPI Specification
The text was updated successfully, but these errors were encountered: