0

I've been looking for a decent PHP SSO solution and started using simpleSAMLphp. So far so good, really quick to install. So I have a login link and a logout link, how do I register new users from the Service Provider end. I'm hoping that simpleSAMLphp handles this, or do I need to install a module. Or do I need to implement this part myself? Thanks

4

1 回答 1

1

我没有尝试过simplesamlphp。但是在搜索了一段时间后,我找到了一个名为selfregister.

It contains a user interface for users to register new account. It also allows users to register some user attributes, like name, e-mail etc.

你可以在这里查看源代码

您可以从这里下载 zip

于 2014-09-27T16:24:50.267 回答