You cannot make RM v1/CALM 2009 programmatic requests to Rational® DOORS® Web Access without using OAuth.
OAuth is mandatory for programmatic requests to Rational DOORS Web
Access.
In the Authentication section of the Jazz™ Integration Patterns Checklist
(available on Jazz.net: https://jazz.net/wiki/bin/view/Main/CALMIntegrationPatternsChecklist),
it states that OAuth is mandatory for both the provider and the consumer.
In Rational DOORS Web Access, we follow this
logic for OSLC RM v1 and CALM 2009 requests:
- For programmatic requests, OAuth is mandatory.
- For user interface requests, use the standard user name and password
login mechanism.
It is assumed that programmatic requests are sent using the
accept mime
types defined in the various specifications. It is also assumed that
user interface requests are sent using the standard browser
accept mime
types, such as
text/html,
application/xhtml+xml,
*/*,
or any other mime type defined in a supported specification.