Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Issue with SAML Configurations (Failed to start Authentication service)

KennyD
6 - Meteoroid

Hey All,

 

Issue:

I am doing SAML Authentication for our Alteryx Server and filled in the required fields and when I click on Verify IDP I am getting Failed to start Authentication service. Check your settings and try again error on the bottom edge of the configuration screen. What are possible reasons for this error to occur?

 

Notes:

  • Our Alteryx Server was stood up with Integrated Windows Authentication. We trying to get it switched over to SAML authentication.
  • We have verified IDP URL, IDP SSO URL, and X509 certificate to be valid.
  • ACS Base URL is something we are not sure. Since our base address is https://x.x.com/gallery, we have the ACS Base URL to be https://x.x.com/gallery 
  • Alteryx Version: AlteryxServer_x64_2019.2.7.63499

 

authentication-service-issue.PNG

4 REPLIES 4
MichalM
Alteryx
Alteryx

@KennyD 

 

Do you have the below lines in the certificate box? If so, try to remove these.

 

-----BEGIN CERTIFICATE----- 

AND

-----END CERTIFICATE-----

 

Also, please make sure that you remove the new lines so all the characters are in a single line.

KennyD
6 - Meteoroid

@MichalM 

 

Yes, both the begin and end lines were removed. I also made sure to copy and paste the certificate string into notepad first. Then I copied that over to the x509 certificate field box. I get the Failed to start Authentication service error.

 

 

MichalM
Alteryx
Alteryx

Just a thought, can you ping the IDP from the server successfully? I'm wondering whether there could be a firewall blocking the communication?

mceleavey
17 - Castor
17 - Castor

Hi @KennyD ,

 

I think the problem might be that you've already spun up the config and created the MongoDB with Windows authentication. I believe you have to delete the DB and re-build when you change authentication.

You can find the location of the MongoDB in the persistence setup section of the config.

 

Cheers,

 

M.



Bulien