Brand new to Canvas REST API development.
Noticing client_assertion_type, client_assertion, and scope are all required parameters with grant_type=client_credentials via https://canvas.instructure.com/doc/api/file.oauth_endpoints.html#post-login-oauth2-token
Is there a way to use 'grant_type=client_credentials' in a Canvas REST API application without also developing a LTI application?