User Tools

Site Tools


nocode:development

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:development [2019/08/15 06:59]
tjotov
nocode:development [2020/02/29 11:16]
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 to ADUCID"When you need more than simple authentication and Apache authorization you have to write few lines of your own code.+<WRAP info> 
 +ADUCID No-Code means"You don't have to use any code related to ADUCID.
 +</WRAP> 
 +If you need more than simple authentication and Apache authorizationyou have to write few lines of your own code.
  
 In case you don't want to rely on [[nocode:authorization|Apache Authorization]] you have to write it in your application. In case you don't want to rely on [[nocode:authorization|Apache Authorization]] you have to write it in your application.
  
-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. Result statuses (i.e. something else tnak "OK") are provided in JSON format (also sent in http header). +  * 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.  
-In you application just extract this information from header (e.g. user logon name, verification method, etc.) and then you can autherize this user or manage errors.+  * Result statuses (i.e. something else tnak "OK") are provided in JSON format (also sent in http header). 
 +  In you application just extract this information from header (e.g. user logon name, verification method, etc.) and then you can authorize this user or manage errors.
  
  
nocode/development.txt · Last modified: 2020/02/29 11:17 by mpospisek