close

Filter

loading table of contents...

Studio Developer Manual / Version 2301

Table Of Contents

11.3.1 Disable EditingRestSecurityAutoConfiguration

The entrypoint to Studio's Spring Security configuration is the AutoConfiguration class com.coremedia.springframework.component.security.EditingRestSecurityAutoConfiguration in module editing-rest-security-component, where a custom SecurityFilterChain bean is created.

To implement your custom authentication mechanism you have to first disable the built-in AutoConfiguration class, which can be done by setting the following Spring property:

spring.autoconfigure.exclude=
com.coremedia.springframework.component.security.EditingRestSecurityAutoConfiguration

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.