Authorization in No-code

No-Code relies on Apache. You can use any authorization method on ADUCID Apache or ProxyPass to another Apache and resolve authorization there. ADUCID security default application are authorized by Apache with group file authorization. It is recommended to used “Advanced” authorization for better performance and manageability.

	<RequireAll>
		Require valid-user
		Require group registrator
	</RequireAll>

ADUCID authorization attributes

We add two atrribute sets to support Apache authorization: personal factor and proofing. You can force it using Require role aducid:XXX

	<RequireAll>
		Require valid-user
		Require role aducid:PF_VERIFIED
	</RequireAll> 
Personal factor states:

Proofing states:

PEIG type states: