I am new to PingFederate and don't have much knowledge on this.
We are having issue with using Basic Authentication for IOS, would you please suggest which adapter can we use for this, also does changing the adapter setting would impact all other app using same adapter setting.
let me know if you need any more details.
Thanks
Mohammed Zia
There is a basic authentication adapter built in to the product.
Related
We're implementing a slackbot internally in our company.
Because we cannot open a local server on internet, we want to bypass interactive message system.
Is there any way to do so ? A custom event for example ?
Thanks,
Yohann.
No, that is not possible.
And frankly, you can not use much of Slack's functionality without exposing your app to the Internet, so that Slack can interact with it.
But there are ways to expose your app to the Internet, without compromising the security of your company network. One way is to use a secure tunnel to your "localhost". A service provided by companies like ngrok.
See also this answer to a similar problem.
Is there way to create setting into BizTalk orchestration so I can turn on/off some features into orchestration on production if necessary?
I know I can create SQL table and port and read this setting from database, but it seems like overkill to me, is there anything more simpler?
I'm using BizTalk 2013.
Using SSO as a config store is the most common way to achieve what you need.
Details: SSO as a Configuration Store
BRE could be used as a configuration store. It's simpler than rolling your own solution.
We have a subscription with SmartyStreets and have used successfully with MSSql.Net, but want to apply to a PeopleSoft page for address validation and formating. Any code suggestions would be helpful? Does it have to go through PSoft integration broker? (not very experienced on IB) Any security issues to deal with? We use Oracle database, on a Unix operating system.
Thanks in advance for any assist. Marsha
I was wondering how IM+/IMO --multiprotocol web messengers would be able to support skype instant messaging without SC(Skype Client),even pidgin does support skype but SC has to be installed in case of pidgin.I am very curious about the imo web messenger.Do they establish connection using skype API(i dont know) or some other way... Any one who have idea/clue about how it can be done please let me know.
Any help is appreciated!!
Well, skype uses propriatery protocols, and there are some efforts of reversing them:
http://en.wikipedia.org/wiki/Skype_protocol
Update
It is now possible to connect through “Skype for Web”, allowing you to just use your browser to connect to the (clunky) web client.
Way better: a recent plugin for Pidgin lets you use it directly through Pidgin, effectively adding true support for Skype in Pidgin.
We currently use nSoftware payment integrator 4.0 service for processing credit card through our application.
I would like to process payments through "RBS WorldPay". I already set gateway to gwWorldPay till then I dont communicate to this gateway.
I already set Merchant login, merchant password, Installation ID but its not working Its give me response data like this :-
N,-1,PMII.badPayMethodAndAcqAmount,,1,.
Can you please provide us sample code or user guide for this problem ?
I hope you help me out on this problem.
Thank you
Version 5.0 of nSoftware lists RBS WorldPay as one of the new credit card gateways they support - given that you're already using version 4.0 of that system to do the heavy lifting for you, that would seem the simplest (if more expensive) solution.
If that's not possible, then what you'd need to implement depends on what sort of payments you'd be taking, but RBS WorldPay's page of example integrations and guide to submitting transactions by HTML redirect should hopefully start you on your way.