Can we implement this Captcha in siebel - captcha

Hi I would like to try Captcha in Siebel Application.
Is there any 3rd party appliaction for thyese Captcha so tha i can integrate it with siebel.
If any such a site is there please share it.
Thanks.

This is an old question! But since this could be useful for someone in future, I am answering it..
I would suggest you to invoke external dll..
Set objTime = CreateObject("SAMPLE_PRJ_NAME.SAMPLE_CLASS_NAME")
objTime.METHOD_NAME
You can find sample VB code from here:
http://www.vbforums.com/showthread.php?645886-Captcha-Generator

Related

is there any sample program using Kentor.AuthServices.MVC

I am using mvc4 and I need SAML2.0 for the security. I tried some samples with Component Pro but we need to purchase it and it has good documentation also.
I came to know about Kentor.AuthServices.MVC which is an open source and may i know whether there is any learning site where I can implement with mvc4.
There is a working SampleMvcApplication included in the source on github.

Start to use Telegram apis

I wants to learn to use the telegram apis, but I not found a some tutorial which help me to start. I am very lost. Help;
Documentation of Telegram is very poor and outdated.
I suggest using TLSharp library written in Visual C#.
This is the first Step you should read it
https://core.telegram.org/api#getting-started
1- Creating an application
2- User authorization
3- And ..... (Continue)
Good Luck !!!

How to setup Linkedin Autentication with dotnetopenauth on mvc4

I am create a new asp.net website and I need to use a few authentication provider. I easily got all the providers working (thanks to this awesome template and scotts vid). I'm a little stuck with getting this to work with a linked in account. I assume it would be just as easy as it was for face book but I can't find any tutorials or snippets. I'm sure I'm not the first guy to try this. Please assist
Thank you
In the AuthConfig class under the RegisterAuth method call the method
OAuthWebSecurity.RegisterLinkedInClient("xxxxx","xxxxxxx");
with the appropriate inputs you receive from LinkedIn. Also another thing, I received an error when trying to log in using linkedin. I came across a post on stack overflow(wish I can give the link), you need to update
dotnetopenauth, I used nuget to update it. Thanks PinnyM.

Can you run your own reCaptcha service, in your own web app?

Is the backend used by reCaptcha open source? Is it a simple web app that can be deployed in a given container?
Thanks,
LES
It's a web service. It is supplied by a third party.
You can integrate it into your application, but as far as the source code goes, no. Its value is not in the source code but in the images that are supplied. They're not randomly generated but come from books from those parts an OCR system failed to process. So by solving reCaptcha people are actually helping scan books. Somebody takes care of the scanning process and supplied a constant flow of new challenges. Hard to beat.
Running reCaptcha on your own server would be very cumbersome, as it requires a constant supply of image data (scanned books) to work. Also it would kind of beat a part of the purpose, that is digitizing books for the common good. Besides, I don't think it's even available.
This should be able to answer all of your questions for you: recaptcha

how to create a custom application in twitter?

I’m trying to register a custom application in twitter can any one give some suggestions how to register a custom application in twitter? As I am new to twitter I didn’t found any controls to create to register for creating a custom application. Anyone's help will be much appreciated.
Thank you,
Monish.
Have a look at MGTwitterEngine to get you started and then ask more specific questions.