Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed Nov 10, 2016
1 parent 2c72393 commit 3ca1141
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 183 deletions.
1 change: 1 addition & 0 deletions oidc_example/op2/config.py.full
Expand Up @@ -6,6 +6,7 @@ keys = [
{"type": "EC", "crv": "P-256", "use": ["enc"]}
]

ISSUER='http://localhost'
SERVICE_URL = "{issuer}/verify"

USER_PASSWORD_END_POINTS = ["user_password", "multi_user_password_saml_verify",
Expand Down
1 change: 1 addition & 0 deletions oidc_example/op2/config.py.simple
Expand Up @@ -6,6 +6,7 @@ keys = [
{"type": "EC", "crv": "P-256", "use": ["enc"]}
]

ISSUER='http://localhost'
SERVICE_URL = "{issuer}/verify"

#Only Username and password.
Expand Down

0 comments on commit 3ca1141

Please sign in to comment.