The Delta Sharing server needs to know an identifier of the recipient in order to apply the appropriate access control policies.
The auth module contains the primitives for building your own authentication and/or authorization layers for the Delta Sharing server. There is also a simple implementation for servers that have no access control policies (i.e. all shares are public and can be accessed anonymously).
The Delta Sharing server needs to know an identifier of the recipient in order to apply the appropriate access control policies.
The
auth
module contains the primitives for building your own authentication and/or authorization layers for the Delta Sharing server. There is also a simple implementation for servers that have no access control policies (i.e. all shares are public and can be accessed anonymously).