13
I Use This!
Activity Not Available

News

Analyzed about 1 month ago. based on code collected over 1 year ago.
Posted about 17 years ago by andreas
We have improved the theming engine of simpleSAMLphp, making it easier to style your own login page. The localization support is also improved. Now localized strings are read from dictionary files. This makes it easier to maintain template files in ... [More] each theme, because the different themes will reuse the same set of localized strings. Here is an example of the feidernd theme that is included in simpleSAMLphp as an example of how to style your own login page. [Less]
Posted about 17 years ago by andreas
Two great contributions from DK-AAI is checked into the simpleSAMLphp source, and will be part of the 1.0 release. The attribute release consent module, adds supports for requesting consent from the user every time attributes are sent to a service. ... [More] The user may choose to store the consent for later, if so a hashed value of the attributes will be stored in a mysql database. There is now also a CAS authentication module, that performs authentication via a CAS server, and then retrieves attributes from an LDAP. [Less]
Posted about 17 years ago by andreas
SimpleSAMLphp version 1.0 pre-release 2 is available as a zip file. It corresponds to revision 376 in the subversion repository. Available for download here.
Posted about 17 years ago by andreas
I've updated the dokuwiki integration component to work with simpleSAMLphp version 1.0. Available for download here.
Posted about 17 years ago by andreas
Here are some notes on how to setup a bridging element for eduGAIN with the test certificates, and connect to the currently deployed test eduGAIN BEs in RedIRIS and SWITCH etc. Basicly do a basic install of simpleSAMLphp. Configure two hostnames, one ... [More] for Remote BE and one for H-BE. Then configure the metadata: The shib13-idp-hosted.php file represents your eduGAIN home bridging element. Configure the auth plugin - if you are bridging to SAML 2.0, set it to saml2/sp/initSSO.php, if you are bridging to a Shibboleth federation set it to shib13/sp/init.SSO.php. If you are bridging to A-Select or PAPI, ask the developers. If you want to setup a LDAP login interface at the H-BE it self, set it to auth/login.php. The shib13-sp-remote.php file represents the remote bridging elements that your home bridging element trusts. The shib13-sp-hosted.php file represents your eduGAIN remote bridging element. Configure the hostname and the entity ID (providerID). The shib13-idp-remote.php file represents all the home bridging elements that read more [Less]
Posted about 17 years ago by andreas
I've just commited the code for IdP-initiated Single LogOut. Orginially I hoped not to implement IdP-iniated SLO, because SP-initiated SLO is more "correct" to do. However, because neigher Goodle Apps for Edcucation nor Shibboleth 2.0 supports SLO at ... [More] all, I was forced to. You can now configure Google Apps for Educaiton to point the logout link to the IdP SLO init endpoint at the IdP, and you will logout from both Google Apps and all other services. Here is the updated documentation on how to configure Google Apps for Education: Installing simpleSAMLphp as an IdP for Google Apps for education Basicly, what you need to do, if you have configured Google Apps with simpleSAMLphp, is to configure a logout page similar to this: http://dev2.andreas.feide.no/simplesaml/saml2/idp/initSLO.php?RelayState=/simplesaml/logout.html [Less]
Posted about 17 years ago by andreas
I've added some help on the simpleSAMLphp installation page that indicates the status of your PHP environment. This makes it easy to see if your environment will what is missing.
Posted about 17 years ago by andreas
When preparing simpleSAMLphp for the 1.0 release, I want to have an overview of what functions is beeing used, to be able to check which version of PHP is required to run simpleSAMLphp. Here is a command that will list all functions you are using: find . -name '*.php' | xargs cat | \ perl -nle 'if (m/\s([a-z_] )\(/g) { print $1 }' | sort -u
Posted about 17 years ago by andreas
In February 2008, a simpleSAMLphp was arranged in Lumsås, Denmark by DK-AAI. Great days with great progress to simpleSAMLphp. We look forward to the collaboration with simpleSAMLphp between DK-AAI, Feide and GÉANT2. [ View more photos ]
Posted about 17 years ago by andreas
This is a short guide showing users how to create new foodle polls, both event scheduling and multiple choice, as well as tips of how to use foodle. Includes a lot of screenshots and examples.