웹&컴퓨팅

내 도메인을 OpenID(오픈아이디)로 사용하고 싶을 때..

x2chi 2008. 5. 6. 13:50
반응형

사용자 삽입 이미지


내 도메인을 OPEN ID로 사용하고 싶을때.
아래 코드를 <head></head> 사이에 삽입 시켜 주세요!
그럼 그 도메인의 대상 페이지에서 X-XRDS-Location 를 인식 시켜 줍니다.

사용자 삽입 이미지
IDTail 의 경우

<link rel="openid.server" href="http://www.idtail.com/server" />
<link rel="openid.delegate" href="http://userid.idtail.com/" />
<meta http-equiv="X-XRDS-Location" content="http://userid.idtail.com/xrds" />

사용자 삽입 이미지

MyID 의 경우

<link rel="openid.server" href="http://www.myid.net/server" />
<link rel="openid.delegate" href="http://userid.myid.net/" />
<meta http-equiv="X-XRDS-Location" content="http://userid.myid.net/xrds" />

저 같은 경우는 x2chi.com 이라는 오픈아이디를 사용합니다.
원래 아이디는 x2chi.idtail.com 입니다.
x2chi.com 의 첫페이지 에서 잃을수 있는 상단에 <head></head> 사이에

<link rel="openid.server" href="http://www.idtail.com/server" />
<link rel="openid.delegate" href="http://x2chi.idtail.com/" />
<meta http-equiv="X-XRDS-Location" content="http://x2chi.idtail.com/xrds" />

라고 적어 주는것만으로도 x2chi.com 이라는 오픈 아이디를 사용하고 있습니다.
블로그의 경우 스킨을 편집할수 있는 블로그에서 스킨에 역시 <head></head>사이에 위와 같이 적어 주시면 됩니다.

작년 테터툴즈와 텍스트 큐브를 사용할때 부터 사용해오다가 티스토리로 바꾼후 안쓰던 도메인 오픈아이디를
다시 쓰면서 혹시 도움이 될라나 하고 찾으시는분을 위해,,올립니다.
사실 저말고도 같은글 무지 많이 올라와 있습니다. ㅋㅋ

모두 즐거운 블로깅~!!!

OpenID 란?

OpenID 적용 사이트 목록
반응형