Appian & Google SAML Setup

Hello All, 

We are trying to configure Google SAML as our Appian authentication provider. However, Google does not provide the private key of the certificate (It only provides the public key). Also it does not let us to upload our own Certificate public and private key. On the other hand, Appian only accepts certificates that have both private and public keys. 

As a result we are stock. I was wondering if anyone in community has setup Google SAML as their authentication service. 

  Discussion posts and replies are publicly visible

Parents Reply
  • The certificate uploaded into Appian is used for signing SAML requests from Appian that are sent to the IdP. It represents to the IdP that the request genuinely came from Appian and not some other party. Without a private key known to Appian, this cannot be done. That being said, it is true that SAML requests do not technically have to be signed according to the specification, Appian requires this for an added layer of security.

    The IdP's public key is contained in the IdP metadata that is uploaded into the Admin Console separately from the certificate.

Children