rohe / fedservice

Implementation of the service layer using the new OIDC federation draft.
Apache License 2.0
6 stars 6 forks source link

example configuration needs refactor #22

Closed peppelinux closed 2 years ago

peppelinux commented 2 years ago

following this breaking change

https://github.com/IdentityPython/oidc-op/commit/e25bf716fad5b454d2c3f462adaf400cb70a4668

rohe commented 2 years ago

Didn't I issue a pull request for that ? No new release of OIDC-op though.

peppelinux commented 2 years ago

mmmhh fedservice uses oiscop v2.3.4 and has a lot of old configurations regarding keys

fedservice/example/openid_provider/umu$ find . -type f | xargs grep keys
./conf.json:  "oidc_keys": {
./conf.json:      "keys": {
./conf.json:        "keys": {
./conf.json:          "private_path": "private/fed_keys.json",
./conf.json:          "public_path": "static/fed_keys.json",

# ... many others ...

It's just a note to keep attention of this pending action

rohe commented 2 years ago

Don't bother with fedservice/example/openid_provider and the likes they are not to be used.

peppelinux commented 2 years ago

https://github.com/rohe/fedservice/tree/master/example#federation-example