Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Authentication validates the credentials of a user. Authentication relies on the Spring Security framework, a mature and widely used security framework that relies on dependency injection and that is of course fully configurable and deployable via Spring. All sorts of authentication entry points, protocols, encoding are available by default in Spring Security. HTTP Basic authentication, X509 authentication, LDAP server authentication, NTLM authentication, single-sign-on, openID are supported by default, and it is also possible to write custom authentication providers that interact with existing applications.
Authentication_flow
For example, the sandbox defines some security configuration in the CorsConfig class.