Skip to content

Feat/issues 144 145 docgen saml - #220

Merged
maugauwi-hash merged 2 commits into
ethos-protocol:mainfrom
DevMusa001:feat/issues-144-145-docgen-saml
Jul 30, 2026
Merged

Feat/issues 144 145 docgen saml#220
maugauwi-hash merged 2 commits into
ethos-protocol:mainfrom
DevMusa001:feat/issues-144-145-docgen-saml

Conversation

@DevMusa001

Copy link
Copy Markdown
Contributor

PR summary:

  • Implement Automated Documentation Generation #144 Automated documentation generation - backend/src/doc_generator.rs parses module sources for public items, extracts signatures, parameter types and return types, lifts examples from #[test]/#[tokio::test] bodies, and renders reference markdown; process documented in docs/documentation-generation.md.
  • Implement SAML 2.0 Support for Enterprise SSO #145 SAML 2.0 enterprise SSO - backend/src/saml.rs adds an SP with metadata and AuthnRequest endpoints, an ACS endpoint for the HTTP POST binding, assertion validation (status, issuer, audience, validity window with clock skew, pinned signer, InResponseTo, replay), and configurable attribute mapping; setup documented in docs/saml-sso.md.

Closes

Closes #144
Closes #145

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@DevMusa001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@maugauwi-hash
maugauwi-hash merged commit a79975e into ethos-protocol:main Jul 30, 2026
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement SAML 2.0 Support for Enterprise SSO Implement Automated Documentation Generation

2 participants