Underspecified authorization
property in workflows
#451
Labels
ready for PR
Issue ready to be resolved via a Pull Request
authorization
property in workflows
#451
The workflow creation endpoint expects a
string
value forauthorization
, but the response from this endpoint (as well as the response from the workflow retrieval endpoint) is specified as an object.I suspect that both should be an object, but please correct me if I am wrong. If a string is expected, I imagine it would specify a particular authorization scheme. If so, what would those values be?
Also, does the description of "Authorization scheme information (e.g., OAuth2 configuration)" suggest that the OAuth 2 configuration would be the issuer's Oauth2 discovery document or is this something? What would this property look like for other authorization schemes?
The text was updated successfully, but these errors were encountered: