{"id":18298473,"url":"https://github.com/fusionauth/fusionauth-spring-security","last_synced_at":"2025-04-05T13:33:37.433Z","repository":{"id":54427077,"uuid":"153511547","full_name":"FusionAuth/fusionauth-spring-security","owner":"FusionAuth","description":"FusionAuth OpenID Connect Library for Spring Security","archived":false,"fork":false,"pushed_at":"2024-07-28T05:57:30.000Z","size":36,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-07-28T06:46:19.250Z","etag":null,"topics":["fusionauth","oauth2","open-id-connect","spring-boot","spring-security-oauth2","spring-security-openid"],"latest_commit_sha":null,"homepage":"https://fusionauth.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FusionAuth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-17T19:22:14.000Z","updated_at":"2024-07-28T05:57:32.000Z","dependencies_parsed_at":"2024-07-28T06:53:28.641Z","dependency_job_id":null,"html_url":"https://github.com/FusionAuth/fusionauth-spring-security","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-spring-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-spring-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-spring-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-spring-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FusionAuth","download_url":"https://codeload.github.com/FusionAuth/fusionauth-spring-security/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223192692,"owners_count":17103564,"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","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":["fusionauth","oauth2","open-id-connect","spring-boot","spring-security-oauth2","spring-security-openid"],"created_at":"2024-11-05T15:06:08.861Z","updated_at":"2024-11-05T15:06:09.605Z","avatar_url":"https://github.com/FusionAuth.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"FusionAuth Spring Security\n====\n\nThis library provides an OpenID Connect implementation for FusionAuth and Spring Security.\n\n## Maven \n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.fusionauth\u003c/groupId\u003e\n  \u003cartifactId\u003efusionauth-spring-security\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nUse our Example to get going and read through this tutorial to understand more about using Spring Security with FusionAuth. \n* https://github.com/FusionAuth/fusionauth-spring-security-example\n* https://fusionauth.io/blog/2018/10/24/easy-integration-of-fusionauth-and-spring\n\nIf you encounter an issue with this library please open an Issue on this project, or if you get stuck integrating FusionAuth in your application open an issue here https://github.com/FusionAuth/fusionauth-issues/issues.\n\n## Configuration\n\nExample configuration where the base URL of FusionAuth is `login.piedpiper.com` and the Spring application is running on port `8081`.\n```properties\n# Copy this file to application.properties and fill in the clientId and clientSecret\nserver.port=8081\nfusionAuth.clientId=\u003cyour client_id\u003e\nfusionAuth.clientSecret=\u003cyour client_secret\u003e\nfusionAuth.accessTokenUri=https://login.piedpiper.com/oauth2/token\nfusionAuth.userAuthorizationUri=https://login.piedpiper.com/oauth2/authorize\nfusionAuth.userInfoUri=https://login.piedpiper.com/oauth2/userinfo\nfusionAuth.redirectUri=http://localhost:8081/login\n```\n\nLicense\n----\nSome portions of this code were forked/based on the code available here: https://github.com/eugenp/tutorials\nwhich are licensed under MIT. The full license is available under [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusionauth%2Ffusionauth-spring-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusionauth%2Ffusionauth-spring-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusionauth%2Ffusionauth-spring-security/lists"}