Configuring OAuth-OSLC authentication for DOORS Web Access
Create a oslcServiceProviders.xml file to store the
base_url, consumer_key, and secret property
values.
Before you begin
About this task
You can specify the oslcServiceProviders.xml file outside the
default PUB_install_dir/config directory, but you must
specify the location of the oslcServiceProviders.xml file with the
com.ibm.rational.rpe.config.oslcServiceProviders property. If the location is an
HTTP secured path, you must specify the authentication credentials with the
com.ibm.rational.rpe.config.oslcServiceProviders.usr and
com.ibm.rational.rpe.config.oslcServiceProviders.pwd properties. Specify these
properties by using one of the following scopes:- Environment variables in your operating system
- Java™ properties in your Java virtual machine (JVM)
- Flags in your runtime environment. See the following topic for more information about configuring flags for client applications
Creating the oslcServiceProviders.xml file outside the default
PUB_install_dir/config directory supports team collaboration
environments. The oslcServiceProviders.xml file can be reused by multiple users
when placing the file in a shared location, and set the
com.ibm.rational.rpe.config.oslcServiceProviders property to point to the shared
location.