User Tools

Site Tools


nocode:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
nocode:start [2019/11/11 22:42]
mpospisek
nocode:start [2020/02/29 11:28]
mpospisek
Line 1: Line 1:
 ====== No-Code Integration ====== ====== No-Code Integration ======
 ADUCID offers No-Code integration as default integration method. It is implemented a set of modules including Apache web server and ADUCID core components. ADUCID offers No-Code integration as default integration method. It is implemented a set of modules including Apache web server and ADUCID core components.
- +<WRAP info> 
-In basic setup whole authentication and authorization is managed by Apache.+In basic setup, the whole authentication and authorization is managed by Apache httpd. 
 +</WRAP>
 As result, target application receives user login name in http header (defined by service provider, e.g. REMOTE_USER or anything else). 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. 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 [[nocode:overview|No-Code integration overview]]+  * 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]]   * 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]]   * To alter web part of authentication interface, see [[web-integration:client-side|Client API for Web Integration]]
  
  
nocode/start.txt · Last modified: 2020/03/25 23:59 by mpospisek