moov2 / Orchard.ActiveDirectoryAuthorization

Module for Orchard CMS that handles authorization for active directory users.
19 stars 15 forks source link

Do not crash the site when the site is using only Anonymous Authentication #21

Closed Desmont closed 7 years ago

Desmont commented 7 years ago

This allows the module to support unauthenticated visitors.

peterkeating commented 7 years ago

@Desmont Unfortunately the module doesn't compile due to missing the Generate method on ActiveDirectoryUser, maybe a change you forgot to commit?

Desmont commented 7 years ago

Yeah, my bad. The pull request contains now only the required changes.