Updating SAML Certificates
SSO/SAML Certificate expire after a couple of years. Below describes the new process for updating the cert used by the Web app.
samlAuth = await makeSamlAuth(
{
metadataPath: './saml-metadata.xml', // Enter new CERTIFICATE in this file
serviceProviderCertPath: './service-provider.crt',
serviceProviderKeyPath: './service-provider.key',
},Last updated
Was this helpful?