====== No-Code Integration ====== ADUCID offers No-Code integration as default integration method. It is implemented a set of modules including Apache HTTP server and ADUCID core components. In basic setup, the whole authentication and authorization is managed by the Apache HTTP server. As result, target application receives user login name in http header (defined by service provider, e.g. REMOTE_USER or anything else). Many applications support header authentication by default or have authentication module available or can be easily modified to user header authentication. * If you need just authentication, you can use No-Code out of the box. See [[nocode:overview|No-Code integration overview]] * Use [[nocode:authorization|Apache Authorization with No-Code]] * To alter web part of authentication interface, see [[web-integration:client-side|Client API for Web Integration]]