Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google and Yahoo OpenID Endpoint

Are https://www.google.com/accounts/o8/id and https://me.yahoo.com are Google's and Yahoo's OpenID Endpoint or the URL's to which I must send the discovery request, which in response will have the OpenID Endpoints?

like image 764
felix Avatar asked Aug 27 '10 06:08

felix


People also ask

Does Yahoo use OpenID?

Authentication¶ Thus, Yahoo as the Identity Provider allows Relying Parties or Clients to use OpenID Connect to authenticate their users through our service. As a result, users can use the same Yahoo credentials on multiple websites that support the OpenID Connect specification.

Does Google support OpenID?

Google's OAuth 2.0 APIs can be used for both authentication and authorization. This document describes our OAuth 2.0 implementation for authentication, which conforms to the OpenID Connect specification, and is OpenID Certified.

What is OpenID endpoint?

New to OpenID Connect, this endpoint allows you to make a request using an appropriate access token to receive identity information (claims) about the authenticated end-user (the resource owner).

Is OpenID and OpenID Connect same?

How is OpenID Connect different than OpenID 2.0? OpenID Connect performs many of the same tasks as OpenID 2.0, but does so in a way that is API-friendly, and usable by native and mobile applications. OpenID Connect defines optional mechanisms for robust signing and encryption.


1 Answers

They are discovery url's, not endpoints.

like image 155
Mewp Avatar answered Sep 30 '22 13:09

Mewp