Shibboleth Developer's Meeting, 2015-07-17

Call Administrivia

10:00 Central US / 11:00 Eastern US / 16:00 UK

Calls are normally the 1st and 3rd Fridays of each month. Next call would be Friday 2015-08-07. Any reason to deviate from this?

60 to 90 minute call window.

 

Call Details

This week's call will use the Lync system at OSU. To participate, call:

The Conference ID is: 738127#

International participants should be able to access the 800 number without charge through Skype.

AGENDA

Add items for discussion here

Best way to fix:

Turn off PKIX by default? Just in SP? Ignore it because all the KeyAuthorities are mostly gone?

Attendees:

 

Brent

 

Daniel

 

Ian

 

Marvin

Rod

Nothing

 

Scott

SP patch about ready

Hopefully will get back to IdP work / review shortly

OpenID Connect work starting up based on MITRE code, they're hoping to demo by October

Tom

Worked on testing against multiple browsers via Sauce Labs in order to test local storage. I believe we will be able to use Selenium's "desired capabilities" to test browsers which do not support local storage falling back to cookies.

The Sauce plugin to Jenkins plus a helper test class can act as a TestNG data provider, meaning that test methods can be run against each configured browser. We might want to organize Jenkins test jobs by platform, Windows, iPhone, etc.

Each test class in java-idp-integration-tests will use a separate copy of idp.home which is deleted only if all tests pass to facilitate troubleshooting. Ports are selected at runtime. Unfortunately, testing against multiple browsers in parallel would involve some re-working of the integration tests so that an IdP instance is started @BeforeClass rather than in each test method, probably future work if we so desire.

Used this as an opportunity to start using git. Work was done in a brach of a personal repository.

Next steps are to connect the client side storage service to the local storage flows.


 

Other