simpleid가 식별자도 제공하도록 하세요.

simpleid가 식별자도 제공하도록 하세요.

저는 simpleid 설치를 실행하고 있으며 내 홈페이지를 식별자로 사용합니다. 이제 홈페이지 등이 없는 simpleid에 사용자를 추가하고 싶습니다.

simpleid는 자동으로 사용자에게 식별자를 제공합니까?

예를 들어 구성 후 사용자의 ID로 /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/foo별도의 설정 없이 OpenID로 사용할 수 있습니다 .

관련 정보