Click here to Skip to main content
15,890,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: can ajax run if javascript is disabled on client browser Pin
Manas Bhardwaj16-Sep-09 23:56
professionalManas Bhardwaj16-Sep-09 23:56 
AnswerRe: can ajax run if javascript is disabled on client browser Pin
Muhammad Mazhar17-Sep-09 9:11
Muhammad Mazhar17-Sep-09 9:11 
QuestionPrint problem Pin
SUDHAKAR PALLAM16-Sep-09 22:03
SUDHAKAR PALLAM16-Sep-09 22:03 
AnswerRe: Print problem Pin
sashidhar16-Sep-09 22:52
sashidhar16-Sep-09 22:52 
GeneralRe: Print problem Pin
SUDHAKAR PALLAM16-Sep-09 23:09
SUDHAKAR PALLAM16-Sep-09 23:09 
GeneralRe: Print problem Pin
sashidhar16-Sep-09 23:31
sashidhar16-Sep-09 23:31 
QuestionBitkoo KeyStone Provider Pin
miniThomas16-Sep-09 21:55
miniThomas16-Sep-09 21:55 
AnswerRe: Bitkoo KeyStone Provider Pin
DGrinstein17-Sep-09 18:22
DGrinstein17-Sep-09 18:22 
Hi Mini,

To use the BiTKOO Keystone Auth component do the following:

1. Add a reference to it and then create a variable such as auth1 and instantiate it
2. Set the ApplicationId property to an application you create in the admin app
3. Set the PrimaryAuthUrl to the URL of the Keystone auth web service
4. Optionally set the SecondaryAuthUrl to the same or different auth web service
5. Call the auth component instance's Login method. There are several overloaded methods.
You can call like this: auth1.Login("bitkoo", "username", "password")
Make sure to substitute username and password for their correct values.

The above steps allow you to authenticate. The Login method returns true if the user you specified in username has at least one role in the application.

You can store the auth instance in the session and re-hydrate it on every page load.
Since the authorization metadata is now cached in the auth component, you can call one of the auth component's methods to check whether a user has access to a resource. Consult the manual for a list of methods.

If you need more information, BiTKOO is always happy to provide fanatical support. Just send an email to support@bitkoo.com

Smile | :)
GeneralRe: Bitkoo KeyStone Provider Pin
miniThomas17-Sep-09 18:54
miniThomas17-Sep-09 18:54 
GeneralRe: Bitkoo KeyStone Provider Pin
DGrinstein18-Sep-09 3:39
DGrinstein18-Sep-09 3:39 
QuestionRead binary of .RAW file as image Pin
RajeevKumarSharma16-Sep-09 21:32
RajeevKumarSharma16-Sep-09 21:32 
AnswerRe: Read binary of .RAW file as image Pin
ramki.pindi16-Sep-09 21:54
ramki.pindi16-Sep-09 21:54 
GeneralRe: Read binary of .RAW file as image Pin
RajeevKumarSharma16-Sep-09 23:45
RajeevKumarSharma16-Sep-09 23:45 
GeneralRe: Read binary of .RAW file as image Pin
droth1717-Sep-09 3:56
droth1717-Sep-09 3:56 
AnswerRe: Read binary of .RAW file as image Pin
Muhammad Mazhar17-Sep-09 9:14
Muhammad Mazhar17-Sep-09 9:14 
GeneralRe: Read binary of .RAW file as image Pin
RajeevKumarSharma17-Sep-09 18:28
RajeevKumarSharma17-Sep-09 18:28 
GeneralRe: Read binary of .RAW file as image Pin
Muhammad Mazhar18-Sep-09 9:33
Muhammad Mazhar18-Sep-09 9:33 
QuestionQuestion about tag : <form> and runat="server".</form> Pin
lsh486love16-Sep-09 21:14
lsh486love16-Sep-09 21:14 
AnswerRe: Question about tag : and runat="server". Pin
sashidhar16-Sep-09 21:32
sashidhar16-Sep-09 21:32 
AnswerRe: Question about tag : and runat="server". Pin
sashidhar16-Sep-09 21:34
sashidhar16-Sep-09 21:34 
AnswerRe: Question about tag : and runat="server". Pin
Prabhakar Parihar18-Sep-09 22:12
Prabhakar Parihar18-Sep-09 22:12 
QuestionError in asp while sending mail using MS outlook Pin
WinCrs16-Sep-09 19:16
WinCrs16-Sep-09 19:16 
AnswerRe: Error in asp while sending mail using MS outlook Pin
Christian Graus16-Sep-09 19:17
protectorChristian Graus16-Sep-09 19:17 
GeneralRe: Error in asp while sending mail using MS outlook Pin
WinCrs16-Sep-09 19:28
WinCrs16-Sep-09 19:28 
GeneralRe: Error in asp while sending mail using MS outlook Pin
Abhijit Jana16-Sep-09 20:01
professionalAbhijit Jana16-Sep-09 20:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.