开发者

Alfresco authentication with OpenId

This is not s开发者_StackOverflow社区upported by Alfresco out of the box, anyone with any ideas to achieve this.


A lot is possible by coding, but you just need to know that Alfresco stores users internally. Even when using an Ldap. So there needs to be a user @ Alfresco's side.

So what you could do, is map the users and create a custom authentication system(subsystem).

In your Java code you could check if the user is succesfully authenticated with OpenId, then you could create a new internal Alfresco user and use the same username as the OpenId.

So the next time you can use the user from alfresco within.

The next question is how to manage/use/store the passwords......that's something what will need more investigation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜