intellitrust-auth-Authentication
Entrust Identity as a Service Authentication API
Documentation for API Endpoints
Class | Method | HTTP request | Description |
---|---|---|---|
AuthenticationApi | logoutUsingPOST | POST /api/web/v1/authentication/logout | Remove User Session |
AuthenticationApi | userAuthenticateUsingPOST | POST /api/web/v1/authentication/users/authenticate/{authenticator}/complete | Authenticate User Challenge |
AuthenticationApi | userAuthenticatorQueryUsingPOST | POST /api/web/v2/authentication/users | Query User Authenticators |
AuthenticationApi | userChallengeUsingPOST | POST /api/web/v2/authentication/users/authenticate/{authenticator} | Request User Challenge |
AuthenticationSelfAdminApi | completeFIDORegisterUsingPOST | POST /api/web/v1/self/fidotokens | Complete FIDO token registration for the current user. |
AuthenticationSelfAdminApi | deleteSelfFIDOTokenUsingDELETE | DELETE /api/web/v1/self/fidotokens/{fidoid} | Delete a FIDO token from the current user. |
AuthenticationSelfAdminApi | getSelfFIDOTokenUsingGET | GET /api/web/v1/self/fidotokens/{fidoid} | Get a FIDO token for the current user. |
AuthenticationSelfAdminApi | selfDeleteUserValuesUsingPUT | PUT /api/web/v1/self/values | Update to delete User Values |
AuthenticationSelfAdminApi | selfGetUserValuesUsingGET | GET /api/web/v1/self/values | Get User Values |
AuthenticationSelfAdminApi | selfSetUserValuesUsingPOST | POST /api/web/v1/self/values | Set or update User Values |
AuthenticationSelfAdminApi | startFIDORegisterUsingGET | GET /api/web/v1/self/fidotokens | Start FIDO token registration for the current user. |
AuthenticationSelfAdminApi | updateSelfFIDOTokenUsingPUT | PUT /api/web/v1/self/fidotokens/{fidoid} | Update a FIDO token from the current user. |
Documentation for Models
- AuthenticatedResponse
- Error
- ErrorInfo
- FIDOChallenge
- FIDORegisterChallenge
- FIDORegisterResponse
- FIDOResponse
- FIDOToken
- FIDOTokenParms
- FaceChallenge
- GridChallenge
- GridChallengeCell
- GridInfo
- KbaChallenge
- MSCHAPv1Response
- MSCHAPv2Response
- MachineAuthenticator
- MachineAuthenticatorRegistration
- OTPContactValue
- OTPDetails
- OfflineTokenAuthenticateResponse
- Organization
- PassthroughAuthenticationResponse
- PassthroughAuthenticationResultItems
- PassthroughAuthenticatorParms
- PassthroughAuthenticatorPlaceholder
- RequestDetail
- TempAccessCodeChallenge
- TokenChallenge
- TokenInfo
- TokenProtectedOfflineParms
- TransactionDetail
- TransactionReceipt
- UserAuthenticateParameters
- UserAuthenticateQueryParameters
- UserAuthenticateQueryResponse
- UserAuthenticatorLockoutStatus
- UserCertificateChallenge
- UserCertificateResponse
- UserChallengeParameters
- UserClientValue
- UserMachineAuthenticator
- UserMachineSettings
- UserQuestion
Documentation for Authorization
Authentication schemes defined for the API:
AdminAPIAuthentication
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
Recommendation
It's recommended to create an instance of ApiClient
per thread in a multithreaded environment to avoid any potential issues.