From Fedora Project Wiki

(Add persona)
 
(5 intermediate revisions by 4 users not shown)
Line 5: Line 5:
= Using =
= Using =


We have an [http://en.wikipedia.org/wiki/OpenID OpenID] provider running named FAS-OpenID.
We have an [http://en.wikipedia.org/wiki/OpenID OpenID] provider running named FedOAuth.


When trying to log on to an OpenID enabled site, give <pre>username.id.fedoraproject.org</pre> as URL. Example, if your FAS login is ''JohnDoe'', you would enter ''JohnDoe.id.fedoraproject.org''. If you are not logged in to FAS at this stage, you will be first taken to the FAS-OpenID login page. On the first login from each external site, you will be taken to id.fedoraproject.org and asked to approve the OpenID request.
When trying to log on to an OpenID enabled site, give <pre>username.id.fedoraproject.org</pre> as URL. Example, if your FAS login is ''JohnDoe'', you would enter ''JohnDoe.id.fedoraproject.org''. If you are not logged in to FAS at this stage, you will be first taken to the FedOAuth login page. On the first login from each external site, you will be taken to id.fedoraproject.org and asked to approve the OpenID request.
 
== Persona ==
 
FedOAuth also is an Persona provider.
Just enter your username@fedoraproject.org email into any website that accepts Persona-based authentication and you will only need to enter your FAS password.


== Screenshots ==
== Screenshots ==
Line 24: Line 19:
= contributing =
= contributing =
== git ==
== git ==
<code>git clone ssh://git.fedorahosted.org/git/fas-openid.git</code>
<code>https://pagure.io/ipsilon</code>


== upstream ==
== upstream ==
FAS-OpenID was written by [[User:puiterwijk | Patrick Uiterwijk]].
Ipsilon (was called FedOAuth) was written by [[User:puiterwijk | Patrick Uiterwijk]].


A good place to start learning about OpenID and FAS-OpenID would be this [http://meetbot.fedoraproject.org/fedora-classroom/2013-02-22/fas-openid-class.2013-02-22-18.00.log.html classroom].
A good place to start learning about OpenID and FedOAuth would be this [http://meetbot.fedoraproject.org/fedora-classroom/2013-02-22/fas-openid-class.2013-02-22-18.00.log.html classroom].


= history =
= history =
OpenID was first [[FedoraSummit/OpenId|discussed]] at the 2006 [[FedoraSummit]].
OpenID was first [[FedoraSummit/OpenId|discussed]] at the 2006 [[FedoraSummit]].
The OpenID implementation was completely rewritten from scratch in 2013.
The OpenID implementation was completely rewritten from scratch in 2013.
Persona support was added in 2014. The Mozilla Persona service was discontinued in November 2016, with Mozilla recommending that users find other options and not try to self-host persona.


= thanks =
= thanks =
Many thanks to [[User:Ricky]] for his explanations on IRC.
Many thanks to [[User:Ricky]] for his explanations on IRC.

Latest revision as of 04:29, 8 March 2017

Background

OpenID is a way to login to applications or resources using an existing account that acts as a identity provider. The Fedora project acts as an OpenID identity provider for anyone with a Fedora Account System account.

Using

We have an OpenID provider running named FedOAuth.

When trying to log on to an OpenID enabled site, give

username.id.fedoraproject.org

as URL. Example, if your FAS login is JohnDoe, you would enter JohnDoe.id.fedoraproject.org. If you are not logged in to FAS at this stage, you will be first taken to the FedOAuth login page. On the first login from each external site, you will be taken to id.fedoraproject.org and asked to approve the OpenID request.

Screenshots

Screenshots are here.

Feedback

OpenID should work for all websites accepting OpenID login. We are looking for feedback and developers to improve the code. Send feedback to the fedora infrastructure list, #fedora-admin on irc.freenode.net or in a infrastructure ticket.

contributing

git

https://pagure.io/ipsilon

upstream

Ipsilon (was called FedOAuth) was written by Patrick Uiterwijk.

A good place to start learning about OpenID and FedOAuth would be this classroom.

history

OpenID was first discussed at the 2006 FedoraSummit.

The OpenID implementation was completely rewritten from scratch in 2013.

Persona support was added in 2014. The Mozilla Persona service was discontinued in November 2016, with Mozilla recommending that users find other options and not try to self-host persona.

thanks

Many thanks to User:Ricky for his explanations on IRC.