Category Archives: Troubleshooting
Read Google chrome SAML cookies.
Memory leak within WCF?
Memory leak within WCF? So yesterday my team had to trace a possible memory issue within our application. We used the built in memory tools within Visual Studio and identified that the ‘leak’ was within our WCF infrastructure. What was strange was that the problem came from the System.ServiceModel.Channels.BufferManager which is native .net code… So how… Read More »
Bug in RemoveServerHeader attribute for IIS 10+
Viewing claims within a token
Tracing SAML and WS-Federation
LDAPS – The server is not operational
What is LDAPS? LDAP stands for Lightweight Directory Access Protocol. It is the protocol used to talk to Active Directory (AD). Some people confuse to two and refer to AD as LDAP. LDAPS is the LDAP protocol but with security similar to HTTP and HTTPS. an SSL certificate is used to encrypt the traffic flowing… Read More »
FedAuth tokens – Invalid Base64 characters?
unable to check revocation
The revocation function was unable to check revocation .. huh? The error ‘The revocation function was unable to check revocation because the revocation server was offline.’ is raised when an application is trying to check if the provided certificate is valid but it is unable to connect to the revocation server.
Could not create SSL/TLS secure channel
WS-Federation, Session Token not removed from cache after signing out.
I recently implemented a centralized security token cache and observed that although the user signs-out and the session cookie is removed from the browser the session token was never removed from the SecurityTokenCache. This is something I would never have observed if I did not implement this cache.
The authentication schemes configured on the host (‘IntegratedWindowsAuthentication’)
The authentication schemes configured on the host (‘IntegratedWindowsAuthentication’) do not allow those configured on the binding ‘WS2007HttpBinding’ (‘Anonymous’). Please ensure that the SecurityMode is set to Transport or TransportCredentialOnly. Additionally, this may be resolved by changing the authentication schemes for this application through the IIS management tool, through the ServiceHost.Authentication.AuthenticationSchemes property, in the application configuration… Read More »
ID4243: Could not create a SecurityToken. A token was not found in the token cache and no cookie was found in the context.
Could not load file or assembly ‘Owin
First day of trying the understand OWIN, I follow the steps from the microsoft site and are greeted by this error message. Could not load file or assembly ‘Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) There are possible… Read More »