User Tools

Site Tools


nocode:development

Differences

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

Link to this comparison view

Next revision Both sides next revision
nocode:development [2019/08/01 08:33]
tjotov created
nocode:development [2019/08/01 08:45]
tjotov
Line 2: Line 2:
 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 s few lines of your own code. 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 s few lines of your own code.
  
-In case you don!t want to rely on qqq+In case you don't want to rely on [[nocode:authorization|Apache Authorization]] you have to wrtie 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. 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.+Then in you application just extract this information from header (e.g. user logon name, verification method, etc.) and then you can autherize this user.
  
  
nocode/development.txt ยท Last modified: 2020/02/29 11:17 by mpospisek