I am analyzing the implementation of OPENID connect. I understand that Identity server provides a token to the client application after successful login. My Question is can I pass this token to another website if redirection is required. Following are some moredetails 1- WebApplication1 authenticates a user using OpenID connect and get a token. 2- WebApplication1 needs to redirect/navigate to WebApplication2 3- Users for WebApplication1 and WebApplication2 are the same. 4- WebApplication1 passes the token to Webapplication2 while redirecting 5- Now, if webapplication2 re-validates the token from the OpenID server, will the server verify it?
idreesbadshah
Posts
-
OPENID Connect Sharing Token. -
OPENID Connect Sharing Token.I am analyzing the implementation of OPENID connect. I understand that Identity server provides a token to the client application after successful login. My Question is can I pass this token to another website if redirection is required. Following are some moredetails 1- WebApplication1 authenticates a user using OpenID connect and get a token. 2- WebApplication1 needs to redirect/navigate to WebApplication2 3- Users for WebApplication1 and WebApplication2 are the same. 4- WebApplication1 passes the token to Webapplication2 while redirecting 5- Now, if webapplication2 re-validates the token from the OpenID server, will the server verify it?
-
URL IssueHi, I have a silver light application. When I run it then its URL is like http://localhost/Myfirstapplication.aspx. I have created another silver light application. Mostly code is copied from first application. But when I run it then its URL is like http://localhost/mysecondapplication.aspx#loginpage.xaml. Actually I donot want to show .xaml path/name. Can any body tell me what setting should I made to hide .XAML or am I missing somthing ???
-
Crystal Report Not Working For Console ApplicationHi, I have developed a console application which Send an email and export a Crystal report in pdf and attach with this email. This code is working fine on development system But on Server it gives following exception.
Quote:
Description: Stopped working Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: orderackreport.exe Problem Signature 02: 1.0.0.0 Problem Signature 03: 505c3a77 Problem Signature 04: CrystalDecisions.CrystalReports.Engine Problem Signature 05: 12.0.2000.0 Problem Signature 06: 489a2f19 Problem Signature 07: 2f7 Problem Signature 08: 43 Problem Signature 09: System.NullReferenceException OS Version: 6.0.6002.2.2.0.272.7 Locale ID: 1041
Before this an Asp.net Application is hosted on same server and it is working fine. ( Also use crystal reports) but console application does not work. Any Idea??? Thanks
-
Storing Data on Server or Client in SilverLight4Thanks you for your suggestion. Data can be changed but not so frequently. You can say that when user login then if we have fetched data from database then its ok until he logg off( if data is changed between user login and log out then no need to update/syncronize). I shall use this data on different crystal reports which will print from server. so what i am thinking instead of fetching this data from database i shall use this from session (stored in any sevrver object) but other option may be tranfer all data to client machine and send back to server when it is needed to print on crystal report or wherever used on server( to decrease load on server). Which option will be best Either to store data on server or on client
-
Storing Data on Server or Client in SilverLight4Thank you for suggestion. I want to get/transfer this data from database when user login and clears out when he log off ( As data may be change any time). Should i still consider Isolated storage option? and second thing storing data in Isolated storage means transfer data on client is good option . Am i right? Thank you & Best regards
-
Storing Data on Server or Client in SilverLight4Hi, I have a silver light application. I have some master data in database which is using extensivly on application especially when i print crystal reports. So i decided to store data on Server( through session etc) or on client to avoid database trips. I want to ask which is best option from perfomance point of view Option 1: Store all data on server( through session or application variables etc) and get data from server when needed for example while printing reports( I am using Crystal Reports12) Option2: Store all data on client ( e.g create a collection in silverlight on client and store all currencies in that collection) and when i want to print report and want to use that data pass this data( currency collection) to server along with other data( other arguments needed on server) through WCF services ( I am using WCF Services) Thanks
-
Dynamically Add Tabs in Tabcontainer Ajaxtoolkit3.0Hi I am using Asp.net and ajax tool kit 3.0.30. WHen i dynamically add TabPanels in Tabcontainer control it loads and displays fine.But when i try to change Tab it gives javascript error "Specified argument was out of the range of valid values". I have searched that problem and come to know that there is problem in ajaxtoolkit so i have updated the source code of ajax tool kit according to informtin given in "http://siderite.blogspot.com/2007/07/fixing-tabcontainer-to-work-with.html". But problem is still i have to recreate Tabs at page load.Is it not possible for tabcontainer to maintain its view state and i have not to dynamically add tabs on page load again ?(When Page post back). I am using tab container in Usercontrol.
-
How To Hide AuxiliaryPaneContent in Ribbon ControlHi, I am using Expression Blend3 and i have added a ribbon control.I donot want to use AuxiliaryPaneContent in RibbonApplicationMenu so i want to hide it. I cannot find any property/option to hide it:( Any one have any Idea????? Thanks
-
How to handle the localization stuff in Crystal reports XI.Hi, We are using Crystal reports 11 (developer version) in our product. I would like to know, how can we handle the localization stuff in crystal reports other than using the third party tools (like "Crystal Translator" Our application is developed in C# . Here for localization stuff in C#is very simple and we can place all strings in .resx, then the translation is required for only the .rc file according to the language. Is there any similar functionality/feature is there crystal reports 11 to support for the localization stuff ?. If you guys through some light on this, it will be very helpful to me. Thanks
-
Accessing Network Path In Web ServicesHi I have created a web service .I want to check either a directory exists or not on any other system.for this i have used Directory.Exists("\\ComputerName\SharedFolder").But it always return false.I have given everyone full control on this folder.Similarly on windows application and in web application it returns true but in web service it returns false.ANy body have idea to access network shared path in web services ASP.net2.0 Thanks
-
Crystal Report 11 Best Data SourceData Source of Crystal Report 11 Can be a Dataset or store procedure.Can any one tell me which one is better.Either fetch data from Database and fill it in dataset and assign it to crystal report or give crystal report datasource direct to store procedure.? Please explain benifits and draw backs of them And what about speed issue.If Crystal report has data soure stored procedure will be loaded fast or Report having datasource Dataset will be loded fast?
-
Windows Servce in windows application ProblemThanks for your Replly Just tell me one thing more.If we cannot mix windows apllication and windows services then why .net allow us in windows application to right click project and add windows service class.WHats it use there ifwe donot mix them.
-
Windows Servce in windows application ProblemI have created a widows service,register it and it is working fine. Now i have created Windows application.RIght Click the solution and click add new item.I have added windows service compiled code and register using "installutil C:\mcWebService\bin\Debug\windowsapplication1.exe" Now when i go to computer->manage->services and start service it gives following error "Error: 1053 the service did not respond to the start or control request in timly fashion" any body has solution for this PIEBALDconsult answered me on this forum that installutil is for windows services not for windows application.Thanks for this reply but i want to know that in windows application when we right click on project and click on "Add new item".FRom here we can add windows service class .Now my question is how this added windows service class can be installed and run?
-
WIndows Service in Windows FormThen when we create windows aplication and right click to add new item and add windows service class then how this windows service will run
-
WIndows Service in Windows FormI have created a widows service,register it and it is working fine. Now i have created Windows application.RIght Click the solution and click add new item.I have added windows service compiled code and register using "installutil C:\mcWebService\bin\Debug\windowsapplication1.exe" Now when i go to computer->manage->services and start service it gives following error "Error: 1053 the service did not respond to the start or control request in timly fashion" any body has solution for this
-
Creating .DBF file using c# without installing Fox proHi i want to create .DBF file using c# windows application without installing foxpro.Because i donot want to read it just create .DBF File. Have any body Idea to do it
-
Changing code while debuging c# ApplicationYes I M sure .I have told that i cannot change even within the same method .Dunot know whts happened to this application
-
Changing code while debuging c# ApplicationWhen i inser a break point and debug a c# programme i m unable to change the code in this mode(Debug Mode). I remeber previously i can change code in c# APplication.Has any body idea what reason may be ????? Why it is not allowing to change code while debugging.Now it gives follwing message on change of code "Changes are not allowed when debugger has been attached to an already running process or the code being debugged is optimized"
-
There is no source code available for the current locationHi I m working in VS2005 C# Windows Application.I have created a .DLL file and added reference in my application.I have also copied the .PDB(Progam Debug Database) file with DLL .Its working fine but when i debug code it does not show the code of .DLL.Orginal code is on any other computer and compiled on that. i have copied .DLL and .PDB files.When i click F11 for going into .DLL code from my application it gives error "There is no source code available for the current location". ANy body have Idea how to view code???Can i view code if i have .DLL and .PDB file but not original code????