Keith Bartholomew

Results 12 issues of Keith Bartholomew

The current multisite container depends on the blog's hostname being `docker`, which just happens to be the hostname alias I use for my local Docker instance. I think the experience...

This is basically a rewrite. https://github.com/ktbartholomew/saml-20-single-sign-on/issues/20 essentially precludes the use of SimpleSAMLPHP, which is extremely difficult to consume as a portable library and not a standalone web app. By using...

Via email: > Hello, > > Your plugin has had to be temporarily withdrawn from the WordPress.org Plugin Directory due to an exploit. > > Plugin Page: https://wordpress.org/plugins/saml-20-single-sign-on/ > >...

Currently, we've hijacked bits of the SSP web interface to do the actual consumption of SAML assertions, but that's limiting what we can do with multisite because we have to...

Subfolder multisite installs use URL rewriting to ensure that all the sites use the same plugin files, but this creates some issues with SimpleSAMLPHP. 1. Metadata URLs have a site...

Introduced by #5, the way the signing certificate is read from the database and inserted into the metadata breaks the IdP's ability to verify the signature of the AuthnRequest. It...

The changes introduces in #5 are significant. We'll want to make sure that users who are upgrading from older versions have a nice experience, and that as little cruft is...

Confirmed on PHP 5.3 running under IIS. with `WP_DEBUG` enabled, complains about a syntax error (unexpected `[`) on https://github.com/ktbartholomew/saml-20-single-sign-on/blob/master/src/saml/config/authsources.php#L9 Confirmed that changing that section to two separate statements fixes the...

Using the [docker-compose override file](https://docs.docker.com/compose/extends/) allows developers to customize the essentials, like environment variables and port mappings, but also to add additional customization if needed without interfering with the source-controlled...

Currently, the Wordpress permissions derived from SAML groups will only allow new SAML users to be administrators on a given site. An existing network administrator should be able to specify...