former_member633125
Explorer
Member since ‎2022 Oct 21

User Statistics

  • 14 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I have implemented SAML through samlsinglesignon extension, where after I login and been redirected to my page. Thereafter if I hit /samlsinglesignon/, I get redirected to the REDIRECT URL, but if I hit /samlsinglesignon/saml/login, I get the ID...
Hi, I was implementing SSO using samlsinglesignon. whilst, login and logout is happening properly. The only problem is wherein, after i have logged in, and it redirects to the redirect URL, and then I enter samlsinglesignon/saml/login. It redirects t...
We have started the ADFS integration from our hybris application and facing this below exception. Signature trust establishment is failing with "URL" . *m←[0;31mERROR [localhost-startStop-1] [SignatureValidationFilter] Signature trust es...
hi, I m trying out this code: final String impexcode2 = "INSERT_UPDATE Media;" + catalogVersion + "; code[unique=true] ; realfilename;" + media + "; mime[default='image/jpg']; altText; folder(qualifier)\n" + ";; /users/" + picname + ";"...
Hi, I am trying to upload the user profile picture while the user is registering. The PrincipalModel already has "profilepicture" attribute of type Media. Please let me know how to upload the user picture from the jsp page, I don't want to do it fro...