Skip to content

OSLCServer connect() and use() are jazz.net app specific #18

@jamsden

Description

@jamsden

OSLCServer currently uses jazz.net specific login on connect() and jazz.net rootservices on use(). These could be made more generic. OSLC core does not mandate an authentication mechanism (but recommends Basic or OAuth/OpenID), nor does OSLC core specify how discovery is discovered. So it is not unusual for these two capabilities to be application specific.

However, some mechanism should be supported that is more open. Perhaps a separate login() function could be added to support Basic authentication. Or connect() could have an additional function argument to use for login.

Instead of rootservices, use() could take a URI to a specific ServiceProviderCatalog and use that directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions