Skip to content

Commit

Permalink
Merge pull request #3 from mkdevops-se/docker
Browse files Browse the repository at this point in the history
#1 Simple Dockerfile and requirements.txt
  • Loading branch information
vtepliuk authored Feb 27, 2019
2 parents 2882293 + 936b531 commit a6e1972
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
14 changes: 12 additions & 2 deletions oidc_example/op2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# OP2 Example
OP2 Example
===========

Getting Started
---------------

git clone https://github.com/OpenIDC/pyoidc.git && cd pyoidc/oidc_example/op2/
python3 -m venv venv && . venv/bin/activate
pip install -r requirements.txt
./start.sh


### Setup
#### Client Management

Expand Down Expand Up @@ -31,4 +42,3 @@ Start client_management with -c and answer the upcoming questions.

### Good to know
If the max_age is not set in the authorization request the max_age will be 0 and the authorization cookie will never expire.

19 changes: 19 additions & 0 deletions oidc_example/op2/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
alabaster==0.7.12
asn1crypto==0.24.0
Beaker==1.10.1
certifi==2018.11.29
cffi==1.12.1
chardet==3.0.4
CherryPy==8.9.1
cryptography==2.5
future==0.17.1
idna==2.8
Mako==1.0.7
MarkupSafe==1.1.1
oic==0.15.1
pycparser==2.19
pycryptodomex==3.7.3
pyjwkest==1.4.0
requests==2.21.0
six==1.12.0
urllib3==1.24.1

0 comments on commit a6e1972

Please sign in to comment.