LoginRadius / LoginRadius/go-saml
Implement Service Provider SAML Component
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 11
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Yes, Only Identity Provider implementation is supported now, need to implement the Service Provider side of Component
1. Generating Authnrequest(signed/unsigned) for both Post/Rediect method
2. Parse and validate SAML Response
3. Generating LogoutRequest(signed/unsigned) for both Post/Rediect method
4. Parse and validate LogoutResponse
5. SP Metadata
**Describe the solution you'd like**
Implement Service Provider component.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository's existing Identity Provider implementation, then map the requested Service Provider work to the five listed areas: AuthnRequest, SAML Response, LogoutRequest, LogoutResponse, and SP Metadata. Done means the Service Provider component supports the requested signed and unsigned POST/Redirect flows and parsing and validation for responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- authentication, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100