opendut icon indicating copy to clipboard operation
opendut copied to clipboard

EDGAR should use the client id and secret provided in the setup-string

Open reimarstier opened this issue 1 year ago • 1 comments

Issue #112 introduced a new field AuthConfig in opendut-types/src/util/net.rs. The PeerSetup struct is defined here: opendut-types/src/peer/mod.rs The OIDC client_id and client_secret shall be used during setup.

EDGAR should:

  • [x] Extract client id and secret from peer setup-string
  • [x] Store client id and secret in EDGAR's configuration file
  • [x] Enable OIDC in EDGAR's configuration file

reimarstier avatar Mar 11 '24 12:03 reimarstier

EDGAR should:

  • [x] Extract client id and secret from peer setup-string
  • [x] Store client id and secret in EDGAR's configuration file
  • [x] Enable OIDC in EDGAR's configuration file

mtwardawski avatar Apr 12 '24 09:04 mtwardawski