We should get rid of the following params in the adapter config:
idsa_public_key
idsa_private_key
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
We should get rid of the following params in the adapter config:
idsa_public_keyidsa_private_keyIn fact,
idsa_public_keyis the pub key the adapter uses to validate tokens in incoming requests from another IDS connector whereasidsa_private_keyis 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: