on 2018 Jan 03 4:02 AM
Hi All,
We have configured the C4C Destination in (Canary SCP), with OAuth2SAMLBearerAssestion. When try the connection test its getting failed with Failure reason: "Could not check at the moment. Please try again later".
The destination# c4codata_CLONING.
In C4C Tenant, the OAuth2 and OData client registration are properly done.
Please help.
Thanks
Ramkumar
Hi All,
We have finally resolved this issue.
The properties which we pass with nameIdFormat as email Adddress, which was not accepted with our client.
Then we have changed the nameIdFormat to unspecified, it worked.
thanks
Ramkumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, Ramkumar. Could you try to use postman to test your service directly to make sure your service is working? If it's working fine, that's probably the destination test is something wrong. If you cannot access. It's probably because the proxy or firewall rejected your request. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, Ramkumar. As you mentioned the service works well with postman means there is not Proxy and firewall issue. I saw you are using Authentication type OAuth2SAMLBearerAssestion in your destination but using BasicAuthentication in the postman. So Could you change Authentication type to BasicAuthentication of your destination configuration and test again, Please?
First of all, your server should provide the functionality of OAuth2 authentication which means it can create access_token and deal with it. or you can use 3rd party OAuth2 server to handle this situation.
Secondly, Add those configurations to your destination, when you choose OAuth2SAMLBearerAssestion there will be another input boxes show up.
User | Count |
---|---|
63 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.