All REST Endpoints
ChallengeCounter
ChallengeCounter will be reset based on provided context and challengeType.
- OAA API resets Challenge counter for the given challegeType for the user based on the contextId
- Method: deletePath:
/challengecounter/v1
ConfigProperty
Configuration Properties Management API for OAA Service.
- Creates or updates configuration properties that are provided in the input.
- Method: putPath:
/config/property/v1
- Deletes configuration property that is provided in the input.
- Method: deletePath:
/config/property/v1
- Gets configuration properties such that all returned properties contain the property name provided in the input.
- Method: getPath:
/config/property/v1
KBA
API that allows verification of user identity based on private information of user.
- Associate and update questions with answers specific to user.
- Method: putPath:
/oaa-kba/runtime/kba/v1/questions
- Get questions of the user.
- Method: getPath:
/oaa-kba/runtime/kba/v1/questions
- Update questions of the user.
- Method: putPath:
/oaa-kba/runtime/kba/v1/getquestionssecurely
Preferences
OAA API for managing user challenge preferences. User Preferences data is used for challenge flows during user authentication.
- Deprecated - Returns user's challenge preferences as available in the OAA.
- Method: getPath:
/oaa/runtime/preferences/v1
- Deprecated - User Preferences are deleted.
- Method: deletePath:
/oaa/runtime/preferences/v1
- Returns user's challenge preferences as available in the OAA
- Method: putPath:
/oaa/runtime/preferences/v1/fetchuserpreferencessecurely
- Synchronize the preferences of the user
- Method: putPath:
/oaa/runtime/preferences/v1/sync
- User Preferences are created/registered.
- Method: postPath:
/oaa/runtime/preferences/v1
- User Preferences are truncated.
- Method: putPath:
/oaa/runtime/preferences/v1/truncateuserpreferencessecurely
- User Preferences are updated.
- Method: putPath:
/oaa/runtime/preferences/v1
SecretKey
API for creating TOTP secret key.
- Create Registration URL
- Method: postPath:
/oaa/runtime/totp/registrationurl/v1/
- Create Secret Key
- Method: postPath:
/oaa/runtime/totp/key/v1/
UAS runtime
UAS runtime api providing more simplified apis outside. Internally will call apis from UAS and Factor to limit the number of required calls. Find out more from the application.wadl which will be at http://:/uas/runtime/application.wadl
- Initialize or validate user challenge
- Method: putPath:
/authn/v1
- Returns list of challenges available for the user.
- Method: postPath:
/authn/v1