Categories
-
Recent Posts
Blogroll
Software
Recent Comments
- John Bradley on Comparing saml2int with eGov 2.0
- Hernan Matute on Two-factor authentication with SimpleSAMLphp
- Tweets that mention Comparing saml2int with eGov 2.0 | Feide RnD -- Topsy.com on Comparing saml2int with eGov 2.0
- Thomas Lenggenhager on Working with Metadata
- Lukas on 9star research now offers SimpleSAML Services
Archives
- September 2010
- August 2010
- July 2010
- March 2010
- February 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- November 2006
- September 2006
- August 2006
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',
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.
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:
- Source code repository
- Document explaining the Virtual Organization Concept
- Try live VO Management – create your own VO – authenticate with Feide OpenIdP
Posted in OpenID, OpenIdP
Leave a comment
