GithubHelp home page GithubHelp logo

apooo91 / oidctest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openid-certification/oidctest

1.0 0.0 1.0 6.01 MB

THE CERTIFICATION TEST SUITE HAS BEEN MIGRATED TO A NEW SERVICE https://www.certificatinon.openid.net

License: Other

Python 50.52% Shell 0.40% HTML 48.60% CSS 0.01% Dockerfile 0.40% Makefile 0.09%

oidctest's Introduction

Build Status

NOTE: THE CERTIFICATION TEST SUITE IS MIGRATING TO A NEW SERVICE https://openid.net/certification/migration

OIDC test tool

OIDCtest is a set of tools for testing OIDC implementations.

The OpenID Foundation (OIDF) provides an OpenID Connect self-certification service on top of this suite, see: http://openid.net/certification/

Docker

Whilst official self-certification happens at the service provided by the OIDF you can locally spin up the same services to test your OpenID Connect implementation using Docker as described below.

git checkout stable-release-1.2.x
docker-compose -f docker/docker-compose.yml up

that will run the OP and RP test suite and an actual OP in a docker-compose setting. Then add the following entries to your /etc/hosts file:

127.0.0.1 op-test op rp-test

You can then access https://op-test:60000 for OP testing in the same way as you'd go to https://op.certification.openid.net:60000

Alternatively you can use https://rp-test:8080 for RP testing in the same way as you'd use https://rp.certification.openid.net:8080 i.e. by pointing your RP Client to the issuer https://rp-test:8080/<rp_id> using Dynamic Client Registration.

Travis CI

For integration into continuous integration builds of your OpenID Connect RP or OP software you can apply the same Docker scripts and e.g. use something like the following in your Travis CI .travis.yml:

sudo: required
  
services:
  - docker

addons:
  hosts:
    - op-test
    - rp-test
    - op

before_install:
  - git clone https://github.com/openid-certification/oidctest.git
  - cd oidctest
  - git checkout stable-release-1.2.x
  - docker-compose -f docker/docker-compose.yml up -d
  - cd -

script:
  - <test commands that point your software to https://op-test:60000 or https://rp-test:8080/<rp_id>>

oidctest's People

Contributors

rohe avatar zandbelt avatar dallerbarn avatar panva avatar selfissued avatar dannysauer avatar tpazderka avatar spomky avatar savvasmisaghmoayyed avatar sozkan avatar travisspencer avatar

Stargazers

ABDALLAH ALMANSSI avatar

Forkers

rezegmushtaha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.