Bronze 3
Since ‎07-19-2021
3 weeks ago

My Stats

  • 22 Posts
  • 0 Solutions
  • 2 Likes given
  • 9 Likes received

mkader's Bio

Badges AbhishekAw Earned

View all badges

Recent Activity

Hi Team,We did a POC of using Encrypted JWT with the following setting where my Algorithms used for Key is A256KW and Content is A256GCM and the SecretKey provided is in hex format with the value "D8A2209DF448D653592FBB3519781A4DD8A2209DF448D653592FB...
Hi Team We are using below operation to generate the token using Oauth2.0 Policy GenerateJWTAccessToken client_credentials RS256 3600000 and the Verify we are using VerifyJWTAccessToken RS512 So may question is can we generate the "Generate...
Hi @dchiesa1 I am stuck at one place I am getting the below error while trying to connect with the backend system using Target Server"fault": {"faultstring": "SSL Handshake failed java.security.cert.CertificateException: No subject alternative DNS na...
Hi Team,I am using Oauth2 with the below configurationOA-generateAccessTokenrequest.formparam.scoperequest.formparam.grant_typefalseGenerateAccessTokenclient_credentialsWhere I am trying to get the Scope as a form param. But it is not working and giv...
Hi Team,Please help me to understand how can I use the Java Callout XML payload signing using Public certificate (x509 certificate)I tried the signing with an example given in the https://github.com/DinoChiesa/Apigee-Java-XMLDSIG/tree/master But when...