Skip to main content

intellitrust-auth-Authentication

Entrust Identity as a Service Authentication API

Documentation for API Endpoints

ClassMethodHTTP requestDescription
AuthenticationApilogoutUsingPOSTPOST /api/web/v1/authentication/logoutRemove User Session
AuthenticationApirequestPasskeyChallengeUsingPOSTPOST /api/web/v1/authentication/passkeyRequest Passkey Challenge
AuthenticationApiuserAuthenticateUsingPOSTPOST /api/web/v1/authentication/users/authenticate/{authenticator}/completeAuthenticate User Challenge
AuthenticationApiuserAuthenticatorQueryUsingPOSTPOST /api/web/v2/authentication/usersQuery User Authenticators
AuthenticationApiuserChallengeUsingPOSTPOST /api/web/v2/authentication/users/authenticate/{authenticator}Request User Challenge
AuthenticationSelfAdminApicompleteFIDORegisterUsingPOSTPOST /api/web/v1/self/fidotokensComplete FIDO token registration for the current user.
AuthenticationSelfAdminApideleteSelfFIDOTokenUsingDELETEDELETE /api/web/v1/self/fidotokens/{fidoid}Delete a FIDO token from the current user.
AuthenticationSelfAdminApigetSelfFIDOTokenUsingGETGET /api/web/v1/self/fidotokens/{fidoid}Get a FIDO token for the current user.
AuthenticationSelfAdminApiselfDeleteUserValuesUsingPUTPUT /api/web/v1/self/valuesUpdate to delete User Values
AuthenticationSelfAdminApiselfGetUserValuesUsingGETGET /api/web/v1/self/valuesGet User Values
AuthenticationSelfAdminApiselfSetUserValuesUsingPOSTPOST /api/web/v1/self/valuesSet or update User Values
AuthenticationSelfAdminApistartFIDORegisterUsingGETGET /api/web/v1/self/fidotokensStart FIDO token registration for the current user.
AuthenticationSelfAdminApiupdateSelfFIDOTokenUsingPUTPUT /api/web/v1/self/fidotokens/{fidoid}Update a FIDO token from the current user.

Documentation for Models

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.

Author

support@entrust.com