You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
Dave Syer edited this page Sep 9, 2011
·
7 revisions
Welcome
OAuth for Spring Security provides an OAuth implementation for
Spring Security. Support is provided for the implementation of OAuth
providers and OAuth consumers. There is also support for two-legged OAuth (a.k.a. "Signed Fetch") and for
OAuth 2.0.
Applying security to an application is not for the faint of heart, and OAuth is no exception. Before you get started,
you're going to want to make sure you understand OAuth and the problem it's designed to address. There is good
documentation at the OAuth site. You will also want to make sure you understand how
Spring and Spring Security work.