Skip to content

Commit

Permalink
The jwt tree moved into it's own.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed Oct 3, 2012
1 parent ca54fdf commit cab7924
Show file tree
Hide file tree
Showing 11 changed files with 220 additions and 1,384 deletions.
12 changes: 12 additions & 0 deletions oc3/broken_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
baseurl = "https://localhost"
#issuer= "https://www.kodtest.se/rolandsOP"
issuer="https://localhost:8094"
keys= {
"rsa": {
"key":"oc3_keys/key.pem",
"jwk": "oc3_keys/pub.jwk",
"cert": "oc3_keys/cert.pem"
}}
COOKIENAME= 'pyoic'
COOKIETTL = 4*60 # 4 hours
SEED = "SoLittleTime,GotToHurry"
Loading

0 comments on commit cab7924

Please sign in to comment.