logoalt Hacker News

codebjetoday at 3:38 AM1 replyview on HN

How different is this to, eg, the Google developer program, in which I can create a new OAuth client for Google users?


Replies

sandeepkdtoday at 6:15 AM

OAuth2, to be more precise, is a protocol which can be used both for authentication (verifying the user) and authorization (accessing resources on behalf of that user).

Most people in CIAM (customer identity, individuals owing their account instead of representing a company) only interact with OAuth client for authentication. They do not give access of their google account to some THIRD PARTY COMPANY.

show 1 reply