This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
nocode:development [2019/08/01 08:45] tjotov |
nocode:development [2020/02/29 11:17] (current) mpospisek |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== No-Code in your application ====== | ====== No-Code in your application ====== | ||
| - | ADUCID No-Code means "You don't have to use any code ralated | + | <WRAP info> |
| + | In ADUCID, No-Code means: "You don't have to use any code related | ||
| + | </ | ||
| + | If you need more than simple authentication and Apache authorization, you have to write few lines of your own code. | ||
| - | In case you don't want to rely on [[nocode: | + | In case you don't want to rely on [[nocode: |
| - | No-Code uses http headers to provide authentication results | + | * 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 information from header (e.g. user logon name, verification method, etc.) and then you can autherize | + | * Result statuses (i.e. something else tnak " |
| + | * In you application just extract this information from header (e.g. user logon name, verification method, etc.) and then you can authorize | ||