How to set up web sign-in on your own domain-fr

De Mi caja de notas

Cette page a démarré sur How to set up web sign-in on your own domain

Comment régler une Connexion Web sur Votre Propre Domaine

Vous devez être indépendant comme cela pour contribuer sur ce wiki. À savoir satisfaire deux conditions :

  1. vous devez disposer de votre propre domaine et,
  2. avoir compris comment installer dessus une connexion web.

Instructions de paramétrages

1. Reliez vos divers profils sociaux sur votre page personnelle

Sur votre page personnelle, reliez vos profils et ajoutez aux liens l'attribut rel="me".

Ce qui pourrait ressembler à :

<ul>
   <li><a href="https://twitter.com/xtof_fr" rel="me">@xtof_fr sur Twitter</a></li>
   <li><a href="https://github.com/ChristopheDucamp" rel="me">Github</a></li>
   <li><a href="profiles.google.com/christophe.ducamp" rel="me">Google</a></li>
   <li><a href="https://www.facebook.com/christophe.ducamp" rel="me">Facebook</a></li>
   <li><a href="mailto:me@exemple.com">me@exemple.com</a></li>
   <li><a href="sms:+33633091212" rel="me">+336 33 09 12 12</a></li>  
</ul>

Si vous ne souhaitez pas que les liens soient visibles, vous pouvez utiliser les éléments link dans le head de votre page d'accueil au lieu de liens visibles

<link rel="me" href="https://twitter.com/xtof_fr" />

Remarquez que les liens visibles sont préférés aux data invisibles, regardez Invisible Data Considered Harmful pour les raisons

Ce wiki utilise indieauth.com pour vous authentifier. Regardez les indieauth.com#supported-providers pour une liste de vos services qu'il peut utiliser pour vous connecter.


2. Sur chacun des services, assurez-vous qu'il y ait un lien retour vers votre page personnelle.

Vous devrez vérifier que chaque service a bien un lien retour vers votre page personnelle. Pour vous simplifier la vie, vous trouverez ci-dessous les liens vers les modifications de profils pour tous les services supportés.

Pour vous authentifier en utilisant App.net, vous devrez vérifier votre domaine avec eux.

Vous connecter via Persona (avec une adresse e-mail) et par SMS ne vous oblige pas à ajouter des liens, mais au lieu de cela vous devez vérifier respectivement votre identité via l'identifiant de Persona ou par un code court envoyé vers votre téléphone.


3. Terminé !

Ça y est ! C'est fait, vous pouvez désormais utiliser votre propre domaine pour vous connecter à tous les sites qui supportent IndieAuth !

Essayez de vous connecter sur le wiki Indiewebcamp.com


Bugs connus

  • …ajoutez ici les bugs et questions spécifiques, avec la date et la solution

Pourquoi

Voir Pourquoi une connexion web.

Voir aussi


<footer>source iwc:How to set up web sign-in on your own domain-fr</footer>

<footer>




How to setup web sign-in on your own domain.

Setup Instructions

There are two complementary methods for adding support for web sign-in on your domain.

How to setup IndieAuth

A variety of website platforms including WordPress, Known, Drupal, micro.blog, Grav, and others either have built-in support for IndieAuth or can add it quickly with a plugin or module. If your site can support it you may be able to quickly install, activate, and possibly configure a few settings to enable web sign-in for your website. (If not, try the RelMeAuth method below.)

See IndieAuth Providers for a list of supported platforms and links to those plugins and potential directions.

Once you're set up try logging in to the indieweb.org wiki after which you can wikify yourself.

How to setup RelMeAuth

1. Link to your social profiles from your home page

On your home page, link to your profiles and add the rel="me" attribute to the links.

This may look something like the following:

<ul>
  <li><a href="https://github.com/aaronpk" rel="me">@aaronpk on Github</a></li>
  <li><a href="https://twitter.com/aaronpk" rel="me">Twitter</a></li>
  <li><a href="mailto:me@example.com" rel="me">me@example.com</a></li>
  <li><a href="sms:+15035551212" rel="me">(503) 555-1212</a></li>
</ul>

If you don't want the links to be visible, you can use link elements in the head of your your homepage instead of visible links:

<link rel="me" href="https://github.com/aaronpk" />

Note that visible links are preferred over invisible data, see antipattern:invisible metadata for why.

This wiki uses indielogin.com to authenticate you. See indielogin.com for a list of which of your services it can use to authenticate you.

2. Link to your home page from each service

You'll need to verify that each service has a link back to your home page. For convenience the "edit profile" links for all the supported services are below. You can add alternate URLs in the bio field of these services.

Logging in via email address and SMS don’t require you to add links anywhere, but instead verify your identity via email or a short code sent to your phone.

3. You're done!

That's it! You're done! Now you can use your domain to sign in to any sites that support web sign-in!

Try logging in to the indieweb.org wiki after which you can wikify yourself.


Known Issues

  • 2018-06-03: RelMeAuth using Google+ and Flickr have not worked for a while and were dropped from the recommendations on this page. Since switching the wiki to use IndieLogin.com, refer to that site's documentation for the list of supported authentication mechanisms.
  • …add specific issues here, along with date and solution

Why

See Why web sign-in.

See Also