You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 whereasidsa_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:The text was updated successfully, but these errors were encountered: