Good shape overall. A few tweaks would push it into the top tier.
Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Documentation
89
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
62
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
CI is configured (.github/workflows/fapi-oidc-conformance-test.yml).
Lockfile present (oidc-fapi-conformance-tests/resource-server/requirements.txt). Installs are reproducible.
Test files detected (modules/integration/tests-common/integration-test-utils/src/main/java/org/wso2/identity/integration/common/utils/ISIntegrationTest.java).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (pom.xml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 89 / 414Commits (30d / 90d)
- 1,003Forks
- 328Releaseslatest 10y ago
Community
- 75% - GoodCommunity health
- 18 bus factorauthors own >50% of commits
- 863Watchers
Responsiveness
- 11d 10hMedian issue response
- <1hMedian PR merge time
- 1,575Open issues
Repository files22 root entries
- .githubGood: CI is configured (.github/workflows/fapi-oidc-conformance-test.yml).Good: Issue or PR templates present.
- docsGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- etc
- jmeter-tests
- legal
- modulesGood: Test files detected (modules/integration/tests-common/integration-test-utils/src/main/java/org/wso2/identity/integration/common/utils/ISIntegrationTest.java).Issue: Build artifacts or local files may be committed (modules/agents/mobile-proxy-idp/iOS/WSO2 IdPProxy/.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
- oidc-conformance-tests
- oidc-fapi-conformance-testsGood: Lockfile present (oidc-fapi-conformance-tests/resource-server/requirements.txt). Installs are reproducible.
- product-scenarios
- usecases
- .gitignoreGood: .gitignore present.
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- issue_template.md
- LICENSEGood: Licensed under Apache-2.0.
- LICENSE.txt
- NOTICE.txt
- pom.xmlGood: Dependency manifest found (pom.xml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.txt
- release-guidelines.md
- release-notes.html
- SECURITY.mdGood: Security policy present.