Posts

Showing posts from 2019

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    ACS URL means Assertion consumer Service it

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