0

I am working with google admin .net apis .I want to authenticate a user in my application without redirecting to google's own authentication page.I have drilled it down on internet but nothing found any thing helpful regarding this.kindly suggest me a way to do this.if there is any third party authentication system for this please tell me about it. Thanks in advance folks. Cheers

Manan
  • 81
  • 6

1 Answers1

0

If you are using Google's Admin SDK, it uses OAuth2.0 for authentication and authorization.

Sayali
  • 356
  • 1
  • 2
  • 13