pwheel / spring-security-oauth2-client

An OAuth2 client implementation for Spring Security that allows you to use an OAuth2 Provider (such as DailyCred) directly as an Authentication Provider
MIT License
16 stars 32 forks source link

Could you create an example to demonstrate how to this client to consume google oauth2? #5

Closed zxkane closed 8 years ago

zxkane commented 9 years ago

This library looks nice. But it's a bit difficult for me to understand how consuming it in my project for google oauth2 login. Could you create an example to demonstrate it?

Thanks.

pwheel commented 9 years ago

Hi, sorry for the slow response.

There is an example of configuring the library for use with Google on the README page. The library has been used with Google; some changes were contributed back to it. Some familiarity with Spring Security is assumed.

Have you reviewed the README?