Skip to content
tomgud edited this page Apr 29, 2013 · 3 revisions

This wiki, will explain how to integrate with WAYF. We will be using simpleSAMLphp and WordPress to demonstrate how one can create a Service Provider that talks with WAYF. The aim is to create a Service Provider, a blog with WordPress that needs to authenticate with WAYF. This deviates a little bit from a standard installation described on the simpleSAMLphp documentation, since this solution will let you keep the simplesamlphp inside a folder of WordPress. This allows you to install your service without having access to server configuration to any host you prefer.

Steps

There are several steps to get this working, each step will be divided into a separate wiki page, and this one will serve as an overview.

  1. Install Wordpress
  2. Install simplesamlphp
  3. Register your Service Provider with WAYF
  4. Integrate wayf login into Wordpress
  5. Login and enjoy life
Clone this wiki locally