RapidIdentity Product Guides - 2019 Rolling Release

RESTPoints Fields

Field

Description

Notes

Project

The RapidIdentity Connect Project for which the RESTPoint applies.

Enabled

Click the checkbox to enable the RESTPoint at the project level.

Project Base URL

https://server[:port]/dss/ws/restpoints/<project>/

Unless the project is <Main> the name of the project replaces <project>

For example, if the project is called "test", the Project Base URL will be: https://server[:port]/dss/ws/restpoints/test/

When the project is <Main>, the Project Base URL is: https://server[:port]/dss/ws/restpoints/.main/

Authentication

The authentication methods to be used with the RESTPoint

Any of the authentication methods can be used. If more than one method is selected, the methods are tried in the order listed in this table.

OAuth 1.0a

The REST request is signed as described in the OAuth Core1.0a specification using an empty string for the value of both oauth_token and oauth_token_secret and the HMAC-SHA1 signing method.

HTTP Basic (using OAuth keys)

HTTP Basic Authentication using the OAuth consumer HTTP Basic Authentication using the OAuth consumer key as the username, and consumer secret as the password. as the username, and consumer secret as the password.

HTTP Basic (using Username/Password)

RapidIdentity roles or permissions - any username/password that can be used to authenticate to RapidIdentity will be able to call the RESTPoint.

Anonymous

Does not require any authentication.