Question
Authentication: SSO via SAML failing after upgrade to 7.2.1
After upgrading out PegaCLOUD instance to 7.2.1, we get the following error when logging in using SSO via SAMLAuth Authentication rule:
The method generateArtifactId(ClipboardPage) in the type SAMLUtils is not applicable for the arguments (AuthnRequest, ClipboardPage)
----------
1 problem (1 error)
Compile failed.
The method is called in Activity rule pySAMLWebSSOAuthenticationActivity, step 5.
Full tracer results attached.
***Updated by Moderator: Vidyaranjan. Removed user added Ask the Expert tag. Apologies for confusion, shouldn't have been an end-user option***
Can you double check if your pySAMLWebSSOAuthenticationActivity is from 7.2.1 OOTB rule? The OOTB call is
String artifactId = samlutils
.generateArtifactId(myStepPage);
You can see only taking one argument.