on 2023 Oct 27 11:38 PM
I did a GET request to https://fidm.us1.gigya.com/fidm.saml.getConfig with body as raw JSON - { "idpName": "anborg" }
Added access_token in Authorization as Bearer Token which I get from https://socialize.us1.gigya.com/socialize.getToken where the secret and the userKey is from the user with all admin rights.
Getting the following response:
{
"callId": "3fea81b2a4a34ffc86764975d66f6ab9",
"errorCode": 403007,
"errorDetails": "Invalid namespace 'fidm.saml' or method 'getConfig' or you do not have the required permissions to call it. ",
"errorMessage": "Permission denied",
"apiVersion": 2,
"statusCode": 403,
"statusReason": "Forbidden",
"time": "2023-10-27T22:30:12.121Z"
}
Is there any way I can fix this?
Thanks
Request clarification before answering.
Hey Jainam,
I think fidm.saml.getConfig is a POST request endpoint (as you need to send a data body). Try to call it with POST and see what happens.
Best,
Sebastian Schuck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you call the endpoint passing along the userkey and secret directly? Just to confirm it's not an issue with the user but the access token scopes.
Additionally, instead of the Bearer Authorization header prefix, try to use OAuth. Alternatively, you can also add the access token as oauth_token parameter to your request.
User | Count |
---|---|
18 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.