cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Upload Meta-data button is disabled please unable this button

NomanIqbal
Explorer
0 Kudos
196

I am unable to upload Service providor Meta data for SAML 2.0 Configuration saml_issue.png

View Entire Topic
ThomasRauen
Explorer
0 Kudos

Right now you're trying to edit the setup of Cloud Identity Services Admin UI...
I assume you want to create a new App to connect via SAML. Therefor you'd have to click on "create" in the "Applications" list on the left side first.

 

This one might be a "security feature" to prevent locking yourself out of the Admin UI

NomanIqbal
Explorer
0 Kudos
Alright. Thank you
NomanIqbal
Explorer
0 Kudos
I have created a new application as suggested. After configuring the application for the SAP service ID with the required data, how can I retrieve the SAML assertion to use it for obtaining an access token for the ODATA APIs of SAP SuccessFactors? I would appreciate guidance, a blog, or steps to move forward with this process. Endpoint: https://<Tenant domain>/oauth/token
ThomasRauen
Explorer
0 Kudos
NomanIqbal
Explorer
0 Kudos
HI, Need you assistance on an issue i am facing due to api
NomanIqbal
Explorer
0 Kudos
Hi, I need your assistance with an issue I'm facing regarding the following endpoint: POST 'https://<IAS>/oauth2/token' -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Authorization: Basic <token>' \ -d '{ "password": "<IASPassword>", "username": "<IASUsername>", "grant_type": "password" }' I am using my SAP SuccessFactors credentials instead of IAS credentials, as my SAP SuccessFactors credentials and IAS credentials are different. However, I am encountering the following error: { "error": "invalid_grant", "error_description": "User authentication failed." } Here’s the corrected and refined version of your sentence: "Hi, I need your assistance with an issue I'm facing regarding the following endpoint: vbnet Copy code POST 'https://<IAS>/oauth2/token' -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Authorization: Basic <token>' \ -d '{ "password": "<IASPassword>", "username": "<IASUsername>", "grant_type": "password" }' I am using my SAP SuccessFactors credentials instead of IAS credentials, as my SAP SuccessFactors credentials and IAS credentials are different. However, I am encountering the following error: json Copy code { "error": "invalid_grant", "error_description": "User authentication failed." } Please help me resolve this issue so I can proceed further to obtain the SAML assertion required to use the ODATA APIs.