OSLC security
Authentication and authorization support for OSLC services is provided by IBM® TRIRIGA® security.
Native authentication
The consumer request can provide the user:password values that are base64 encoded and are in the OSLC HTTP header property.Explicit login and logout
If the consumer application needs to run explicit login commands, you use the following request:GET http://yourserver/oslc/login?USERNAME=username&PASSWORD=password
If
the consumer application needs to run explicit logout commands, you
use the following request: GET http://yourserver/oslc/logout