Question

Im evaluating orchard cms for my employer and just wanted to ask a question about login and membership.

Our users and their roles are in another database which are exposed via an API and i would need to just get pointed in the right direction if it is possible to solve this in orchard.

The users must be able to login on the orchard site and it will display different content depending on their role. The admins and editors will use the built in user db.

What would be the correct way to solve this? Some kind of module or custom membership provider?

Also, is it possible to set visibility rules in orchard admin for content based on the roles from the other external DB?

Please do ask if you find something in my question confusing.

Était-ce utile?

La solution

There were not that many modules in the orchard gallery but have been playing around with a few so i am now answering my question and hope it helps others looking to build their own custom login.

The one which helped me most was the windows authentication module which was really easy to rewrite to work against an external service.

edit: typo

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top