Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
ArunKumarGK
/
spring-security-oauth
Public
forked from
spring-attic/spring-security-oauth
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 16, 2012
SECOAUTH-129: Clean up token services to prevent leaks where possible
Dave Syer
committed
670fb36
Copy full SHA for 670fb36
Commits on Jan 13, 2012
Fix unit test
Dave Syer
committed
f63cd14
Copy full SHA for f63cd14
SECOAUTH-160: Refactoring auth endpoint and integration tests (not using httpunit)
Dave Syer
committed
cd8442d
Copy full SHA for cd8442d
SECOAUTH-187: make SignatureSecret Serializable
Dave Syer
committed
4b636f9
Copy full SHA for 4b636f9
SECOAUTH-188: Issue auth code directly if possible
Dave Syer
committed
ad31f6b
Copy full SHA for ad31f6b
Commits on Jan 12, 2012
SECOAUTH-186: Add convenience methods for determining what kind of actor is authenticated
Dave Syer
committed
936af56
Copy full SHA for 936af56
Commits on Jan 10, 2012
SECOAUTH-99: add scope expressions as well
Dave Syer
committed
92f3ec7
Copy full SHA for 92f3ec7
SECOAUTH-184: add client_id to implicit token request
Dave Syer
committed
f292cd8
Copy full SHA for f292cd8
Commits on Jan 9, 2012
SECOAUTH-99: extract web expression root into top level class
Dave Syer
committed
324fb78
Copy full SHA for 324fb78
SECOAUTH-99: add basic web security expression handler
Dave Syer
committed
939c895
Copy full SHA for 939c895
SECOAUTH-180: Rewrite InMemoryNonceServices to use less memory and cleanup more efficiently. Expand unit tests to cover more edge cases.
jillesvangurp
authored and
Dave Syer
committed
d8ac98c
Copy full SHA for d8ac98c
Commits on Jan 6, 2012
SECOAUTH-182: remove client secret where it isn't needed
Dave Syer
committed
0d01695
Copy full SHA for 0d01695
SECOAUTH-160: more renaming with AuthenticationRequest
Dave Syer
committed
8305fdf
Copy full SHA for 8305fdf
SECOAUTH-160: re-organize ClientDetails and AuthenticationRequest
Dave Syer
committed
1a6475d
Copy full SHA for 1a6475d
SECOAUTH-160: rationalize AuthorizationRequest
Dave Syer
committed
74e9205
Copy full SHA for 74e9205
SECOAUTH-160: allow multiple response types (but don't process them yet)
Dave Syer
committed
a531534
Copy full SHA for a531534
SECOAUTH-176: Corrected InvalidClientException to use 401 status
rwinch
authored and
Dave Syer
committed
ef697d8
Copy full SHA for ef697d8
Commits on Jan 1, 2012
SECOAUTH-179: move token storage call up stack
Dave Syer
committed
7a55ca5
Copy full SHA for 7a55ca5
Commits on Dec 29, 2011
SECOAUTH-178: Refined OAuth2Exception Serialize/Deserialize tests
rwinch
authored and
Dave Syer
committed
63d2463
Copy full SHA for 63d2463
SECOAUTH-178: Added unit tests for OAuth2AccessToken Serializer/Deserializer
rwinch
authored and
Dave Syer
committed
e5551c6
Copy full SHA for e5551c6
SECOAUTH-178: Added unit tests for JaxbOAuth2Exception/JaxbOAuth2AccessToken MessageConverter
rwinch
authored and
Dave Syer
committed
a1f270e
Copy full SHA for a1f270e
Commits on Dec 24, 2011
SECOAUTH-177: update test from patch applied out of order
Dave Syer
committed
644fc64
Copy full SHA for 644fc64
SECOAUTH-175: Introduced OAuth2AuthenticationFailureHandler
rwinch
authored and
Dave Syer
committed
32ecbcc
Copy full SHA for 32ecbcc
SECOAUTH-177: Switch to Mockito
rwinch
authored and
Dave Syer
committed
1db8c1f
Copy full SHA for 1db8c1f
Commits on Dec 22, 2011
SECOAUTH-174: Changed form@method=POST to form@method=post
rwinch
authored and
Dave Syer
committed
49bc5c8
Copy full SHA for 49bc5c8
Commits on Dec 21, 2011
SECOAUTH-152: add special setter for error handler
Dave Syer
committed
8c7d004
Copy full SHA for 8c7d004
SECOAUTH-52: fix build issues from new dependencies
Dave Syer
committed
0699894
Copy full SHA for 0699894
SECOAUTH-52: eliminate custom serializers in favour of standard HttpMessageConverter
Dave Syer
committed
f3c69d1
Copy full SHA for f3c69d1
Commits on Dec 20, 2011
SECOAUTH-106: dealt with compiler warnings
Dave Syer
committed
7f152e3
Copy full SHA for 7f152e3
Resolve cycle
Dave Syer
committed
b3d9557
Copy full SHA for b3d9557
SECOAUTH-172: Move client credential checking to a filter
Dave Syer
committed
a096558
Copy full SHA for a096558
Commits on Dec 19, 2011
SECOAUTH-171: add parser code and XSD
Dave Syer
committed
544eebe
Copy full SHA for 544eebe
Commits on Dec 15, 2011
SECOAUTH-171: add parser code and XSD
Dave Syer
committed
5784e6b
Copy full SHA for 5784e6b
SECOAUTH-171: Consolidate TokenGranter logic
Dave Syer
committed
0732682
Copy full SHA for 0732682
Upgrade Spring and Spring Security dependencies
Dave Syer
committed
414f932
Copy full SHA for 414f932
Pagination
Previous
Next
You can’t perform that action at this time.