- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 12:57 AM
Hi ,
I have been trying to generate certificate for saml configuration but they all give error "could not parse csr " when placed for validation.
When I check for validate certificate on servicenow, there my certificate is validated.
I am very new to this topic and unable to understand how it works. Can someone please help me on how I should proceed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 06:16 AM
Hi,
The answer to my question is the 'signing certificate' that I need to obtain from some known provider or prepare a self signed certificate. Then in x509 certificate category , you create a javastore certificate and attach this signed certificate to the record.Then you copy the sys_id of this certificate record and paste it in the glide system property.Then you generate a metadata out of this from your IDP record. The PEM format x509 certicate that is mentioned in the IDP record is obtained from the Active Directory.So now the metadata you generated from the IDP can be provided to the AD admin to enable a hand shake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 02:08 AM
What is the format type of your certificate that you're using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 05:42 AM
Hi Lalit,
I was looking forward for ssl certificates for servicenow to mention in the saml2 configuration properties as x509
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 11:22 AM
True, they are SSL certificates. How did you get that certificate? There are two possible ways:
- If it is available in your IdP metadata then you just import IdP metadata and platform extract it self and you special efforts required for that.
- Otherwise, you get that SSL certificate from your IdP. Here it depends, in which format you're getting the copy of SSL certificate e.g. .CER, .DER or .PEM.
If it is in DER format, the certificate will remain as an attachment when you create it else if it is in PEM format then you see the SSL certificate populated within below template
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
I am not really clear at what stage you're and in which format is your certificate...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2017 06:16 AM
Hi,
The answer to my question is the 'signing certificate' that I need to obtain from some known provider or prepare a self signed certificate. Then in x509 certificate category , you create a javastore certificate and attach this signed certificate to the record.Then you copy the sys_id of this certificate record and paste it in the glide system property.Then you generate a metadata out of this from your IDP record. The PEM format x509 certicate that is mentioned in the IDP record is obtained from the Active Directory.So now the metadata you generated from the IDP can be provided to the AD admin to enable a hand shake