From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 1: Line 1:
 
<translate>= Export Metadata=
 
<translate>= Export Metadata=
 
Follow these steps to get the certificate for your ForgeRock instance.
 
Follow these steps to get the certificate for your ForgeRock instance.
# Go to the following page:<br /><br /><blockquote>''http://<FQDN>:8080/openam/saml2/jsp/exportmetadata.jsp?entityid=http://<FQDN>:8080/openam&realm=/''</blockquote><br />
+
 
# Copy "ds:X509Certificate" content to Notepad++.<br /><br />
+
== Step 1 ==
# In the certificate, before content begins, insert the following:<br /><br /><blockquote>"-----BEGIN CERTIFICATE-----"</blockquote><br />
+
Go to the following page:
# At the end of the content, insert the following:<br /><br /><blockquote>"-----END CERTIFICATE----- "</blockquote>
+
http://<FQDN>:8080/openam/saml2/jsp/exportmetadata.jsp?entityid=http://<FQDN>:8080/openam&realm=/
 +
 
 +
== Step 2 ==
 +
Copy "ds:X509Certificate" content to Notepad++.
 +
 
 +
== Step 3 ==
 +
In the certificate, before content begins, insert the following:
 +
"-----BEGIN CERTIFICATE-----"
 +
 
 +
At the end of the content, insert the following:
 +
 
 +
"-----END CERTIFICATE----- "
 +
 
  
  
  
  
<center>[[saml2-single-sign-on-integration-guide/CreateIdPatForgeRockInstance|< Previous]]  |  [[saml2-single-sign-on-integration-guide/ConfigurationinBrightPattern|Next >]]</center>
 
 
</translate>
 
</translate>

Latest revision as of 22:05, 24 August 2018

• 5.19 • 5.2 • 5.3 • 5.8

Export Metadata

Follow these steps to get the certificate for your ForgeRock instance.

Step 1

Go to the following page:

http://<FQDN>:8080/openam/saml2/jsp/exportmetadata.jsp?entityid=http://<FQDN>:8080/openam&realm=/

Step 2

Copy "ds:X509Certificate" content to Notepad++.

Step 3

In the certificate, before content begins, insert the following:

"-----BEGIN CERTIFICATE-----"

At the end of the content, insert the following:

"-----END CERTIFICATE----- "



< Previous | Next >