How to authenticate secure web proxy for external rest uri call from on premise
Our Pega base application is hosted in GKP. We are getting error response code is 407 error code.
How to authenticate proxy as kerberos token in pega ?
Below example provided in java for reference.
Java:
|
Our Pega base application is hosted in GKP. We are getting error response code is 407 error code.
How to authenticate proxy as kerberos token in pega ?
Below example provided in java for reference.
Java:
|
jaas.conf
com.sun.security.jgss.login {
com.sun.security.auth.module.Krb5LoginModule required storeKey=
false
useTicketCache=
true
;
};