User Tools

Site Tools


integration:authorization

This is an old revision of the document!


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>

integration/authorization.1564648556.txt.gz · Last modified: 2019/08/01 08:35 by tjotov