jkakavas / openid_course

Course material for OpenID Connect course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment instructions

Download this repository as a zip file. Choose one of the following assignments and follow the linked instructions:

  1. Implement a Relying Party in Python: instructions
  2. Implement a Relying Party in Java: instructions
  3. Use the Apache module mod_auth_openidc as a black-box Relying Party: instructions

After completing the assignments, experiment with your setup by applying the suggested tweaks in OpenID Connect Parameter options.

All OpenID Connect specifications can be found at http://openid.net/developers/specs/.

Provider information

A custom OpenID Connect Provider with the issuer URI https://op1.test.inacademia.org can be used to test your Relying Party against.

Static client registration can be performed through the web interface at https://op1.test.inacademia.org/client_registration/.

It has the following username-password pairs configured:

diana - krall
babs - howes
upper - crust

About

Course material for OpenID Connect course


Languages

Language:Java 52.2%Language:Python 27.1%Language:HTML 12.4%Language:Shell 4.6%Language:Ruby 3.6%