BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
ravikumar901
Calcite | Level 5

Hi,

Im configuring SAML in SAS Viya 4 ,i have followed 
https://documentation.sas.com/doc/en/sasadmincdc/v_055/calauthmdl/n1iyx40th7exrqn1ej8t12gfhm88.htm#n...
and communities link 
https://communities.sas.com/t5/SAS-Communities-Library/SAS-Viya-2021-2-SAML-with-Multi-Tenancy/ta-p/...
generated certificates using  following commands

mkdir -p ~/SAML_Certs
openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 \
 -subj "/ST=SelfSigned/CN=SASLogonSigningKey" \
 -keyout ~/SAML_Certs/SASLogonSigning.key \
 -out ~/SAML_Certs/SASLogonSigning.cert
openssl rsa -in ~/SAML_Certs/SASLogonSigning.key -out ~/SAML_Certs/SASLogonSigningRSA.ke

but getting validation protocol message signature failed error while logging with user .

ravikumar901_0-1724761683799.png

 

Please help me out to resolve this.

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
This typically indicates an issue in your idpMetadata field in sas.logon.saml.providers. The SAML assertion being sent to authenticate the user is being signed by a different certificate/key than what is in the idpMetadata, so SAS Logon Manager cannot validate the signature.
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

1 REPLY 1
gwootton
SAS Super FREQ
This typically indicates an issue in your idpMetadata field in sas.logon.saml.providers. The SAML assertion being sent to authenticate the user is being signed by a different certificate/key than what is in the idpMetadata, so SAS Logon Manager cannot validate the signature.
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 413 views
  • 0 likes
  • 2 in conversation