This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
integration:nocode [2019/08/01 08:33] tjotov removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== No-code in your application ====== | ||
- | ADUCID No-code means "You don't have to use any code ralated to ADUCID" | ||
- | |||
- | No-code uses http headers to provide authentication results (like REMOTE_USER for user login name). Apache handles all the information so you can send it to your application as needed. | ||
- | |||
- | Then in you application just extract this infromation from header. | ||
- | |||