This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    integration:start [2018/05/18 09:56] 10.144.24.34  | 
                — (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== No-code integration ====== | ||
| - | ===== Overview ===== | ||
| - | ADUCID offers No—code integration as default authentication method. It is implemented a set of modules including Apache web server and ADUCID core components. As result, target application receives user login name in http header (e.g. REMOTE_USER). | ||
| - | {{: | ||
| - | |||
| - | ===== How it works ===== | ||
| - | - User open web application | ||
| - | - Apache resolves it 401 - unauthenticated | ||
| - | - ADUCID Binder page s diplayed - it is ADUCID authentication page with login button and QR code | ||
| - | - As soon as user authenticates page is reloaded and proxypass used to retrieve backend application | ||
| - | - Or Apache has to handle 403 Unauthorized - see below | ||
| - | - | ||