讓 simpleid 也提供標識符

讓 simpleid 也提供標識符

我有一個正在運行的 simpleid 安裝,並且使用我自己的主頁作為標識符。現在我想為 simpleid 添加一個沒有主頁或類似內容的用戶。

simpleid 是否會以某種方式自動為其使用者提供識別碼?

例如,配置後/var/lib/simpleid/foo.identity我希望能夠使用 http://example.com/simpleid/foo(或類似的)作為使用者的身份。

答案1

過了一會兒我在文件:simpleid提供了一個YADIS檔。所以與

$ cat /var/lib/simpleid/identities/foo.identity 
identity="https://example.com/simpleid/xrds/foo"
pass="deadbeefdeadbeefdeadbeefdeadbeefdeadbeef"

我可以用作https://example.com/simpleid/xrds/fooOpenID,無需進一步設定。

相關內容