User Tools

Site Tools


nocode:development

This is an old revision of the document!


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 s few lines of your own code.

In case you don't want to rely on 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.

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.1564649149.txt.gz · Last modified: 2019/08/01 08:45 by tjotov