# Security

## Authentication

* One-way hashing password mode for greater security<br>
* Automatic account locking function after specified number of failed login attempts<br>
* Password reset function for lost or forgotten passwords<br>
* OIDC-compliant Azure Active Directory, AD FS 2016, Auth0, Okta, and Microsoft Identity Platform v2.0 authentication<br>
* Active Directory authentication (basic or integrated)<br>
* Applicative authentication (passwords are managed in a database)<br>
* LDAP directory authentication<br>
* Integration with existing single sign-on system<br>
* Directory synchronization<br>
* Timeout sessions supported<br>
* Logout management

## Communication

* SSL encryption

## Forms

* Secure access to form fields based upon profile and action


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/features/9.5/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
