identity-service-test.nordictrustee.com
Open in
urlscan Pro
51.145.187.116
Public Scan
Submitted URL: https://identity-service-test.nordictrustee.com/
Effective URL: https://identity-service-test.nordictrustee.com/index.html
Submission: On November 21 via automatic, source certstream-suspicious — Scanned from NL
Effective URL: https://identity-service-test.nordictrustee.com/index.html
Submission: On November 21 via automatic, source certstream-suspicious — Scanned from NL
Form analysis
1 forms found in the DOM<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
<option value="/swagger/v1/swagger.json">Identity Service API v1</option>
</select></label></form>
Text Content
Select a definitionIdentity Service API v1 IDENTITY SERVICE API v1 OAS3 /swagger/v1/swagger.json Authorize AUTH POST/api/auth/account-verification Verify account POST/api/auth/password-reset Create and send a reset password email for a given user PUT/api/auth/password Reset password for a given user POST/api/auth/token Executes authentication and authorization to access requested application based on provided credentials USERS POST/api/apps/{appID}/users/{userID}/invites Creates an invitation and sends to the users email GET/api/apps/{appID}/users/{userID} Fetches an user based on its public ID PUT/api/apps/{appID}/users/{userID} Updates a user based on its public ID DELETE/api/apps/{appID}/users/{userID} Delete a user GET/api/users/{username} Fetches an user based on its username GET/api/apps/{appID}/users/names/{username} Fetches an user based on its username GET/api/apps/{appID}/users Fetches users based on provided public IDs POST/api/apps/{appID}/users Creates user PUT/api/apps/{appID}/users/{userID}/metadata Updates a user metadata based on its public ID GET/api/apps/{appID}/users/search Return users filtered and paged GET/api/apps/{appID}/users/validate Check if user already exists. GET/api/apps/{appID}/users/{userID}/status Fetches users status based on provided AppID and userID PUT/api/apps/users/password Changes the password for an user POST/api/apps/{appID}/users/assign Assigns user to app SCHEMAS AccountVerificationFormDTO ErrorResponse PasswordResetFormDTO PasswordResetTokenRequestFormDTO TokenDTO TokenFormDTO UpdatePasswordDTO UserAppFormDTO UserCreatedResponse UserFilterItemDTO UserFilterItemDTOPagedResult UserFormDTO UserInfoDTO UserMetadataDTO UserMetadataFormDTO UserValidationResultDTO ValidationErrorResponse