Skip to content

Commit

Permalink
chore: pyeudiw backend example update
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Aug 12, 2023
1 parent 38f6aa4 commit dc9629b
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions example/plugins/backends/pyeudiw_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ config:

federation:
metadata_type: "wallet_relying_party"
federation_authorities:
authority_hints:
- http://127.0.0.1:8000
trust_anchors:
- http://127.0.0.1:8000
default_sig_alg: "RS256"

Expand Down Expand Up @@ -94,21 +96,21 @@ config:

# Mongodb database configuration
storage:
mongo_db:
cache:
module: pyeudiw.storage.mongo_cache
class: MongoCache
config:
url: mongodb://localhost:27017/
conf:
db_name: eudiw
storage:
module: pyeudiw.storage.mongo_storage
class: MongoStorage
config:
url: mongodb://localhost:27017/
mongo_db:
cache:
module: pyeudiw.storage.mongo_cache
class: MongoCache
config:
url: mongodb://localhost:27017/
conf:
db_name: eudiw
db_collection: sessions
storage:
module: pyeudiw.storage.mongo_storage
class: MongoStorage
config:
url: mongodb://localhost:27017/
db_name: eudiw
db_collection: sessions

#This is the configuration for the relaying party metadata
metadata:
Expand Down

0 comments on commit dc9629b

Please sign in to comment.