Itay Moav -Malimovka
Itay Moav -Malimovka

Reputation: 53605

Is there a list of major OpenID providers URIs that ZF knows how to work with?

Is there a list of major OpenID providers URIs that ZF knows how to work with?

Upvotes: 0

Views: 192

Answers (1)

Gaston
Gaston

Reputation: 1848

As OpenID is a standardized open protocol, then the OpenID consumer component of ZF can work with any OpenID provider.

Also, ZF implements a component to create your own provider.

Specifically, ZF supports the following OpenID standards:

  • OpenID Authentication protocol version 1.1
  • OpenID Authentication protocol version 2.0 draft 11
  • OpenID Simple Registration Extension version 1.0
  • OpenID Simple Registration Extension version 1.1 draft 1

So, any provider which implements any of the authentication protocols (and optionally any of the SRE for profile exchange) will work with ZF.

Upvotes: 2

Related Questions