Deprecated - Update the authentication status of the session
put
https://oaainstall-host/risk-analyzer/session/v1/{requestId}
Deprecated: Please use updatesessionsecurely API.
This API updates authentication status of the user's session
Request
Path Parameters
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
object
Session data present in the request.
Show Source
-
analyzePatterns: boolean
Flag to indicate if autolearnin should be at this point.
-
authenticationStatus(required): integer
authentication status. One of the config value from auth.status.enum.
-
clientApplication: string
The client application of the user's session.
-
clientType(required): integer
The client type of the user's session. (client.type.enum)
-
clientVersion: string
Version of the client software / browser / device etc.
-
externalDeviceId: string
Exiernal device id if client wants to populate.
-
registerDevice: boolean
Attribute is flag when true will result in registering the device for the user.
-
requestId(required): string
requestId for the request
Root Schema : schema
Type:
object
Session data present in the request.
Show Source
-
analyzePatterns: boolean
Flag to indicate if autolearnin should be at this point.
-
authenticationStatus(required): integer
authentication status. One of the config value from auth.status.enum.
-
clientApplication: string
The client application of the user's session.
-
clientType(required): integer
The client type of the user's session. (client.type.enum)
-
clientVersion: string
Version of the client software / browser / device etc.
-
externalDeviceId: string
Exiernal device id if client wants to populate.
-
registerDevice: boolean
Attribute is flag when true will result in registering the device for the user.
-
requestId(required): string
requestId for the request
Response
Supported Media Types
- application/xml
- application/json
- text/plain
200 Response
User authentication session status is updated
Root Schema : StatusResponse
Type:
object
Status information for API call
Show Source
-
responseCode: string
status code of the request
-
responseMessage: string
response message related to the response code if needed.
-
sessionId: string
session id of the authentcation.
-
status: boolean
authentication update request status
-
transactionId: number
transactionId in case of transaction data.
-
userData: object
SessionUserData
user related data
Nested Schema : SessionUserData
Type:
object
user related data
Show Source
-
groupName(required): string
group name
-
loginName(required): string
Login name used for authentication
-
userId: string
user identifier.
400 Response
Invalid input
Root Schema : StatusResponse
Type:
object
Status information for API call
Show Source
-
responseCode: string
status code of the request
-
responseMessage: string
response message related to the response code if needed.
-
sessionId: string
session id of the authentcation.
-
status: boolean
authentication update request status
-
transactionId: number
transactionId in case of transaction data.
-
userData: object
SessionUserData
user related data
Nested Schema : SessionUserData
Type:
object
user related data
Show Source
-
groupName(required): string
group name
-
loginName(required): string
Login name used for authentication
-
userId: string
user identifier.
401 Response
Unauthorized
500 Response
Internal server error
503 Response
Service Unavailable