{"id":29974245,"url":"https://github.com/spring-projects/spring-security-oauth","last_synced_at":"2025-08-04T07:06:49.479Z","repository":{"id":543213,"uuid":"2108481","full_name":"spring-attic/spring-security-oauth","owner":"spring-attic","description":"Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.","archived":true,"fork":false,"pushed_at":"2022-05-30T20:10:19.000Z","size":7273,"stargazers_count":4696,"open_issues_count":546,"forks_count":4018,"subscribers_count":380,"default_branch":"main","last_synced_at":"2025-07-30T01:35:29.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/spring-projects/spring-security-oauth","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spring-attic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":"CODE_OF_CONDUCT.adoc","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-26T18:08:49.000Z","updated_at":"2025-07-25T02:14:55.000Z","dependencies_parsed_at":"2022-07-07T14:38:36.837Z","dependency_job_id":null,"html_url":"https://github.com/spring-attic/spring-security-oauth","commit_stats":null,"previous_names":["springsource/spring-security-oauth","spring-projects/spring-security-oauth"],"tags_count":83,"template":false,"template_full_name":null,"purl":"pkg:github/spring-attic/spring-security-oauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-attic%2Fspring-security-oauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-attic%2Fspring-security-oauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-attic%2Fspring-security-oauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-attic%2Fspring-security-oauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-attic","download_url":"https://codeload.github.com/spring-attic/spring-security-oauth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-attic%2Fspring-security-oauth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268660070,"owners_count":24286014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-04T07:01:36.605Z","updated_at":"2025-08-04T07:06:49.471Z","avatar_url":"https://github.com/spring-attic.png","language":"Java","readme":"# spring-security-oauth is no longer actively maintained by VMware, Inc.\n\n## This project has been replaced by the OAuth2 support provided by [Spring Security](https://spring.io/projects/spring-security) (client and resource server) and [Spring Authorization Server](https://spring.io/projects/spring-authorization-server).\n\n# About\n\nThis project provides support for using Spring Security with OAuth\n(1a) and OAuth2.  It provides features for implementing both consumers\nand providers of these protocols using standard Spring and Spring\nSecurity programming models and configuration idioms.\n\n# Code of Conduct\nThis project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.adoc).\nBy participating, you  are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.\n\n# Getting Started\n\n[Download](https://github.com/spring-projects/spring-security-oauth/tags)\nor clone from\n[GIT](https://github.com/spring-projects/spring-security-oauth) and then\nuse Maven (3.0.\\*) and Java (1.6 or better):\n\n    $ git clone ...\n    $ mvn install -P bootstrap\n\nUse the `bootstrap` profile only the first time - it enables some\nrepositories that can't be exposed in the poms by default. You may\nfind it useful to add this profile to your local `settings.xml`.\n\nYou need to run Redis to get the build to work.  You can install this \nusing homebrew.  Without Redis running the build will lots of Jedis\nconnection exceptions\n\nSpringSource ToolSuite users (or Eclipse users with the latest\nm2eclipse plugin) can import the projects as existing Maven projects.\n\nSpring Security OAuth is released under the terms of the Apache\nSoftware License Version 2.0 (see license.txt).\n\n## Samples\n\nSamples and integration tests are in [a subdirectory](samples).  There\nis a separate README there for orientation and information.  Once you\nhave installed the artifacts locally (as per the getting started\ninstructions above) you should be able to\n\n    $ cd samples/oauth2/tonr\n    $ mvn tomcat7:run\n\t\nand visit the app in your browser at [http://localhost:8080/tonr2/](http://localhost:8080/tonr2/)\nto check that it works.  (This is for the OAuth 2.0 sample, for the\nOAuth 1.0a sample just remove the \"2\" from the directory path.) Integration tests\nrequire slightly different settings for Tomcat so you need to add a profile:\n\n    $ cd samples/oauth2/tonr\n    $ mvn integration-test -P integration\n\n## Changelog\n\nLists of issues addressed per release can be found in [github](https://github.com/spring-projects/spring-security-oauth/milestones) (older releases are in\n[JIRA](https://jira.spring.io/browse/SECOAUTH/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel)).\n\n## Additional Resources\n\n* [Spring Security OAuth User Guide](https://projects.spring.io/spring-security-oauth/docs/Home.html)\n* [Spring Security OAuth Source](https://github.com/spring-projects/spring-security-oauth)\n* [Stackoverflow](https://stackoverflow.com/questions/tagged/spring-security+spring+oauth)\n\n# Contributing to Spring Security OAuth\n\nHere are some ways for you to get involved in the community:\n\n* Get involved with the Spring community on the Spring Community Forums.  Please help out on the\n  [forum](https://forum.spring.io/forumdisplay.php?f=79) by responding to questions and joining the debate.\n* Create [github issues](https://github.com/spring-projects/spring-security-oauth/issues) for bugs and new features and comment and\n  vote on the ones that you are interested in.\n* Github is for social coding: if you want to write code, we encourage contributions through pull requests from\n  [forks of this repository](https://help.github.com/forking/).  If you want to contribute code this way, please\n  reference a github issue as well covering the specific issue you are addressing.\n* Watch for upcoming articles on Spring by [subscribing](https://www.springsource.org/node/feed) to springframework.org\n\nBefore we accept a non-trivial patch or pull request we will need you to sign the\n[contributor's agreement](https://support.springsource.com/spring_committer_signup).\nSigning the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we\ncan accept your contributions, and you will get an author credit if we do.  Active contributors might be asked to join\nthe core team, and given the ability to merge pull requests.\n\n## Code Conventions and Housekeeping\n\nNone of these is essential for a pull request, but they will all help.  They can also be added after the original pull\nrequest but before a merge.\n\n* Use the Spring Framework code format conventions. Import `eclipse-code-formatter.xml` from the root of the project\n  if you are using Eclipse. If using IntelliJ, copy `spring-intellij-code-style.xml` to `~/.IntelliJIdea*/config/codestyles`\n  and select spring-intellij-code-style from Settings -\u003e Code Styles.\n* Make sure all new .java files have a simple Javadoc class comment with at least an @author tag identifying you, and\n  preferably at least a paragraph on what the class is for.\n* Add the ASF license header comment to all new .java files (copy from existing files in the project)\n* Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).\n* Add some Javadocs and, if you change the namespace, some XSD doc elements.\n* A few unit tests would help a lot as well - someone has to do it.\n* If no-one else is using your branch, please rebase it against the current main (or other target branch in the main project).\n","funding_links":[],"categories":["Web Framework Hardening","Authentication","Back-End Development","Java","I. Development","`Authentication Development`"],"sub_categories":["\u003ca name=\"authN-java\"\u003e\u003c/a\u003eJava","6. Useful libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-security-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-projects%2Fspring-security-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-security-oauth/lists"}