From Bright Pattern Documentation
Wyler.metge (talk | contribs) (Updated via BpClonePage extension. Source page: draft:Saml2-single-sign-on-integration-guide/ExportMetadata) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | = Export Metadata= | |
Follow these steps to get the certificate for your ForgeRock instance. | 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----- " | ||
+ | |||
+ | == Step 4 == | ||
+ | Once you have saved the certificate, you may continue to the [[Saml2-single-sign-on-integration-guide/ConfigurationinBrightPattern|Bright Pattern SSO integration configuration]] guide. |
Latest revision as of 04:59, 7 March 2025
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----- "
Step 4
Once you have saved the certificate, you may continue to the Bright Pattern SSO integration configuration guide.