Skip to content

Interactive tutorial on the Cross-Platform Authentication Protocol (ETSI TS 103 407).

License

Notifications You must be signed in to change notification settings

rbisconcini/cpa-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross-Platform Authentication Tutorial

This repository contains the material for the EBU DevCon 2015 workshop on the Cross-Platform Authentication Protocol (ETSI TS 103 407).

It provides the means to set up a fully self-contained virtual machine image containing the reference implementation of CPA (the Authorization Provider, Service Provider, and Client) together with an interactive tutorial using Jupyter.

Please note that the virtual machine image is about 3GB in size. Completing the setup steps below will take about 30-40 minutes.

Setup

  1. Download and install Virtual Box [version 5.0.0+]: link

  2. Download and install Vagrant [version 1.7.4+]: link

  3. Install Virtual Box Guest Additions: vagrant plugin install vagrant-vbguest

  4. Clone this repository: git clone https://github.com/ebu/cpa-tutorial.git

  5. Change into the cpa-tutorial directory: cd cpa-tutorial

  6. Install the cpa-tutorial virtual machine image: vagrant up cpa-tutorial

  7. Open a browser and go to: http://localhost:9000

  8. When you have finished with the tutorial, shut down the virtual machine: vagrant halt cpa-tutorial

Normal usage

  1. Change into the cpa-tutorial directory: cd cpa-tutorial

  2. Start the virtual machine: vagrant up cpa-tutorial

  3. Open a browser and go to: http://localhost:9000

  4. Shut down the virtual machine: vagrant halt cpa-tutorial

Uninstall

If you wish to completely remove the cpa-tutorial virtual machine image from your system:

  1. Change into the cpa-tutorial directory: cd cpa-tutorial

  2. Remove the vagrant image: vagrant destroy

To re-install the tutorial, start at step 5 of Setup above.

Development

Building the base image

The Vagrantfile includes a provisioning script which installs the docker environment on a plain Ubuntu box.

  1. Start the VM: vagrant up
  2. Package the image: vagrant package

Related Projects

Contributors

Copyright & license

Copyright (c) 2015-2016, EBU-UER Technology & Innovation

The code is under BSD (3-Clause) License. (see LICENSE)

About

Interactive tutorial on the Cross-Platform Authentication Protocol (ETSI TS 103 407).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.3%
  • JavaScript 25.7%
  • Shell 2.0%