Posts

sso using saml okta c#

  In this section see about SSO Login using saml okta in MVC c#. Mainly SSO uses is one main Website you can log in then you access that child web sites or shared sites. for example, many sites using Google authentication once you can log in google you can authenticate many sites like a c# corner, stack overflow. for many IT Companies their employee's login portal then they will provide extra sites for learning sites, HelpDesk Portal, Leave management, etc.   what is saml?  saml is  Security Assertion Markup Language. It Allows  identity providers (IdP) to pass authorization credentials to service providers (SP) I will Explain about IdP and SP.  Service Providers (SP)    Service Providers as initial Stage Key from SSO Web Integration Team. Service Providers and be Generated Manually from Developer. it will any URL or any Unique Key. ex: www.Samplesite.com/sso or ASDF#1231#$. it can Address of Client Site.  ACS Url ...

Unable to perform operation on the item is locked in workspace

Image
Hi,  I am getting this issue last week. so I Fixed. I Will share the Solution. Some files struggle with another person's systems workspace. then you can't able to check-in in your TFS. The particular file was blocked or Locked in another person system so easily remove that person Workspace issue will be solved you can check-in your file into the TFS. tf workspace /delete /server:http://192.168.1.50:8080/tfs/projectname NCS-P01-001_2;R****h

Unable to create mutex

Image
Today I am getting one issue from when loading a large number Record load in OpenXML getting  Unable to create mutex  Issue.  No enough space Isolated Storage that time this issues came. when you generate report more than 2 lakhs records will come this error will occur. Now we can fix that error Go to the IIS Server >  ApplicationPool >  Advanced Settings  set  Load User Profile  to  True  (default value was False).

Solution: Microsoft.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException: ID4022: The key needed to decrypt the encrypted security token could not be resolved. Ensure that the SecurityTokenResolver is populated with the required key

10+ Free Jquery Charts

Image
                  Hi All, Now We See About 10+ Jquery Free Chart Libraries. Charts can visualize Live Data and Offline Data on Different Display Mode as like PieChart, Line Chart, Bar Chart and etc. Now Animated charts have displayed looks perfect. Jquery Charts are powerful, simple to use, and free.  jqPlot Charts                     jqPlot as simple and easy to Use. they will provide Canvas Based charts, jqPlot Provides more charts like, Area Charts, Bar Charts, Bubble Charts, Pie Charts, Donut Charts, Pyramid Charts, Waterfall Charts and etc. If You Need Any Customization You Can Do that Jquery Libraries. It is Free To Use if You Like Efforts and Donate or Contribute to the Developer. Download   Google Charts                       Google Charts as Most Effective and handling ...

How To Install C# Windows Service in System?

Image
Actually, We Did not Run the Windows Service Like Windows Application. Its Service Based So Run this Windows Service using    InstallUtil . exe.   It's the Installer Tool. Using Command prompt to Install Service Any Windows System. Use the Following Code to Install. C:\Users\Dinesh>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "E:\ActiveProcess\ActiveProcess\bin\Release\ActiveProcess.exe"

How to Get ADFS SAML Response in C#

     ADFS  For  Active Directory Federation Services which can Installed on IIS Server. We Will See About How To Configure ADFS in IIS SERVER. ADFS is One of The  Single Sign-On Technology from Microsoft.         After Configured Login Process Held on Central ADFS Server to Your Own Post Page. You Can Configure that Post Page which Control Method's Comes The ADFS Response.         ADFS Response is Secured and Encrypted. Do Not Take Information Without Decrypt the Response. ADFS Response like Locked Home, If Need To open the Door We Need to use Key(Certificate) then Break the Latch(ADFS Response). In this Section How to Decrypt ADFS Response Process Explained Detaily.       ADFS Response: <samlp:Response Consent= "urn:oasis:names:tc:SAML:2.0:consent:unspecified"     Destination= "https://example.com/adfsauthlogin/login"     ID= "_73cad836-4090-4...