In this blog, we will share steps with you explaining how to import the new Open Connectors SAML metadata to your SAP Cloud Identity Services. This information is relevant for any customer relying on the custom identity provider for your Open Connectors instance.
You need the following systems in place to successfully perform the steps described in this blog:
SAP will renew the SAML metadata of Open Connectors for SAP identity provider (default) (https://accounts.sap.com) for security purposes every year automatically. This has no impact on your systems, and no action is needed from customers who use the default SAP Identity Provider. However, this process will impact customers who use the custom identity provider in Open Connectors: Once the SAML metadata has expired, the login to Open Connectors will fail. The Open Connectors runtime will not be impacted. Customers can avoid this impact by importing the new SAML metadata into the SAP Cloud Identity Services before the SAML metadata expires.
The metadata renewal process is the same for the standalone version of Open Connectors in both Neo and Cloud Foundry.
curl --location 'https://api.openconnectors.<region>.ext.hana.ondemand.com/elements/api-v2/accounts/identity-providers' \
--header 'accept: application/json' \
--header 'Authorization: <OCN authorization header>'
You can get the id value from the response. Search for the line with “id”.
Notes:
curl --location --request PATCH 'https://api.openconnectors.<region>.ext.hana.ondemand.com/elements/api-v2/accounts/identity-providers/<id>' \
--header 'Authorization: <OCN authorization header>' \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '{
"useBackupSpCert": true
}'
Notes:
Notes:
Close your browser and reopen it. Try to log in to your Open Connectors tenant. If your login was successful, you’ve successfully renewed your SAML metadata. Otherwise, please return to the steps described in this blog and try again.
If you need support, create a ticket to LOD-OCN-SRV component.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
26 | |
24 | |
21 | |
13 | |
12 | |
9 | |
8 | |
8 | |
8 | |
8 |