{"id":20639757,"url":"https://github.com/udelblue/oauth-authorization-server","last_synced_at":"2026-05-04T00:33:13.201Z","repository":{"id":71037643,"uuid":"83582842","full_name":"udelblue/OAuth-Authorization-Server","owner":"udelblue","description":"Spring boot authorization server connected to sql server","archived":false,"fork":false,"pushed_at":"2017-03-03T12:35:11.000Z","size":17910,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T11:34:48.362Z","etag":null,"topics":["authentication","authorization","mssql","oauth2","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udelblue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-01T17:39:07.000Z","updated_at":"2017-03-01T17:50:09.000Z","dependencies_parsed_at":"2023-03-09T20:45:24.856Z","dependency_job_id":null,"html_url":"https://github.com/udelblue/OAuth-Authorization-Server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udelblue/OAuth-Authorization-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udelblue","download_url":"https://codeload.github.com/udelblue/OAuth-Authorization-Server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udelblue%2FOAuth-Authorization-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["authentication","authorization","mssql","oauth2","spring","spring-boot"],"created_at":"2024-11-16T15:26:09.858Z","updated_at":"2026-05-04T00:33:13.163Z","avatar_url":"https://github.com/udelblue.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OAuth Server\r\n\r\n\r\n### Installation\r\n\r\nApplication requires ms sql server driver to run.\r\n\r\nOpen command line in project directory and navigate to 'MavenScripts.bat'. Execute .bat to install sqljdbc jar in maven repository. \r\n\r\n```sh\r\ncd src\r\ncd main\r\ncd resources\r\nMavenScripts.bat\r\n```\r\n\r\nConfigure connection string. Open 'application.yml' to configure. Currently pointed to localhost\r\n\r\n```sh\r\nspring:\r\n  datasource:\r\n    url: jdbc:sqlserver://localhost:1433;databaseName=OAuth\r\n    username: oauth\r\n    password: oauth#1234\r\n    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver\r\n    initialize: true\r\n```\r\n\r\n### Build\r\nOpen command line in project directory. Run 'mvn clean package' to clean and build project. \r\n\r\n```sh\r\nmvn clean package\r\n```\r\n\r\n### Run\r\n\r\nOpen command line in project directory. Run jar \r\n\r\n```sh\r\ncd target\r\njava -jar oauth_sql_server-1.3.5.RELEASE.jar\r\n```\r\n\r\n\r\nVerify the deployment by navigating to your server address in your preferred browser.\r\n\r\n```sh\r\n127.0.0.1:8080\r\n```\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudelblue%2Foauth-authorization-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudelblue%2Foauth-authorization-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudelblue%2Foauth-authorization-server/lists"}