orchestracities / boost

BOOST4.0 EIDS FIWARE CIM Connector
MIT License
0 stars 0 forks source link

Ditch extra key settings #23

Open c0c0n3 opened 4 years ago

c0c0n3 commented 4 years ago

We should get rid of the following params in the adapter config:

In fact, idsa_public_key is the pub key the adapter uses to validate tokens in incoming requests from another IDS connector whereas idsa_private_key is the corresponding private key. Since we expect incoming requests will contain an ID token the client connector got from the same DAPS server we use to get out ID token, then:

idsa_public_key = daps.server_certificate
c0c0n3 commented 4 years ago

Probably best to tackle this issue alongside #21.