Skip to content

Net::SAML2 Roadmap

Timothy Legge edited this page Jan 20, 2023 · 1 revision

Net::SAML2 Roadmap

Also known as the things we have an interest in working on or have an interest in you working on.

Component Priority Description Status Implementer
Net::SAML2::Binding::POST Low Implement functionality to POST AuthnRequests Proof of Concept timlegge
testapp Low Customise Index Page Show supported SSO for each IdP Proof of Concept timlegge
testapp Low Session Support Initial Review timlegge
Net::SAML2 Medium Secure Code Review
Net::SAML2 Medium SAML2 Specification Compliance

Implement functionality to POST AuthnRequests

Net::SAML2 does not support making HTTP-POST requests to the IdP so it cannot support making posting AuthnRequests. Support should also be added to the testapp to allow testing against real IdPs.

Customise Index Page Show supported SSO for each IdP

The metadata of the IdP specifies the supported IdP bindings for Single Sign On. The testapp should show the list of IdPs and a button or other method to initiate a SSO login to each of the supported SSO binding URLs.

Session support for the testapp

This is to improve the usability of the testapp for testing - The current "logged in" page does not refresh properly and act like a real application. This should improve that.

Secure Code Review

SAML2 Specification Compliance