Category Archives: OpenID

SimpleSAMLphp version 1.6.0

simpleSAMLphp version 1.6 was made available earlier this summer. This release note was somewhat delayed here at rnd.feide.no, due to the fact that I was out of office.

Documentation is available at:

Changes include:

  • Support for HTTP-Artifact binding on both IdP and SP (thanks to Danny Bollaert, Shoaib Ali and Bill Young).
  • Better error reporting from single logout on the IdP- it will now respond with the correct error code to SPs.
  • OpenID 2.0 support.
  • Better support for specifying parameters in the SAML 2 authentication request.
  • Error page when the user accesses the IdP with cookies disabled.

Also, several bug fixes and other changes. See the changelog for more details:

If you are upgrading from a previous version of simpleSAMLphp, you should have a look at the upgrade notes, as they list changes that may break existing installations:

Continue reading
Posted in OpenID, SimpleSAMLphp | Leave a comment

New OpenIdP Available

Feide OpenIdP is now live in a brand new version.

The source code is available as a module to SimpleSAMLphp (not part of the simpleSAMLphp distribution though).

The module is implemented by Thomas Graff, one of the members of the Feide team.

Feide OpenIdP allows self registration of users, self registration of SAML 2.0 SPs and supports OpenID.

Continue reading
Posted in OpenID, OpenIdP, SimpleSAMLphp | Leave a comment

Create custom links on the login page

We’ve added support for including custom links on the login page, without modifying the theme. This support is already enabled in the subversion version of simpleSAMLphp.

In authsources.php, you may add links by doing something like this:

    'core:loginpage_links' => array(
        array(
            'href' => SimpleSAML_Module::getModuleURL('openid/openidtest.php'),
            'text' => '{openid:dictopenid:openidtestpage}',
        ),
        array(
            'href' => 'http://uninett.no',
            'text' => array('en' => 'UNINETT Home page', 'no' => 'UNINETT sin hjemmeside'),
        ),
    )
Continue reading
Posted in OpenID, SimpleSAMLphp | Leave a comment

New Login Page

I’ve redesigned the OpenIdP login page.

This is checked in as the themefeidernd module in simpleSAMLphp, as an example of how you can create a theme module that overrides a template for the login page. You can test the theme module, by adding this to your config.php:

  • 'theme.use' => 'themefeidernd:feidernd',
Continue reading
Posted in OpenID, OpenIdP, SimpleSAMLphp | Leave a comment

Connecting to the Feide RnD SVN Repository using Versions

Click to add a repository:

Fill in this url:

  • https://svn.rnd.feide.no/docs/trunk/geant

and then type in your username and password from Feide OpenIdP. Your username on the short form, like ‘andreas‘.

Then click on the GÉANT bookmark in the left pane, next click on the first line on the right pane, and then click Checkout button.

Find a suitable place for your work copy, in example inside your Documents folder:

And you now have a working work copy:

Now, you may add files, edit files.

  • To update others changes into your working copy: click Update.
  • To provide your changes back to the repository (for others): click Commit.
Continue reading
Posted in OpenID, OpenIdP | Leave a comment

Feide OpenIdP gets OpenID support

If you have created an account on the Feide OpenIdP, you may now use that account to login to any OpenID site. You may also setup your blog to point to OpenID for authentication – then you will get your blog URL as an openID, and you will be asked for username password on Feide OpenIdP.

Continue reading
Posted in OpenID, OpenIdP | Leave a comment

Re-written modularized OpenID Provider Code Available in SimpleSAMLphp

SimpleSAMLphp a long time ago contained both an OpenID Consumer and an OpenID Provider, the days when simpleSAMLphp was not modularized.

Then, there was a major upgrade of the OpenID Consumer part, where the code was modularized and updated. The Provider part then disappeared…

Now, Olav brough back the OpenID Provider, in a fresh re-written modularized form.

The code is available in subversion, and will be part of the 1.5 release later this month. Please start testing it and report any problems.

May be it is time for us to re-launch our experimental Feide OpenID Service?

Continue reading
Posted in OpenID | Leave a comment

Video: Virtual Organization Proof of Concept

I’m implemented a proof of concept Virtual Organization architecture. The source code can be downloaded here, and used with simpleSAMLphp:

Continue reading
Posted in OpenID, OpenIdP | Leave a comment