TheHokieCoder
TheHokieCoder
@mcamp1 Sorry for the long time since you have posted and not getting back to you. Are you still experiencing an issue with your form input, or have you found...
@mcamp1 Thanks for confirming that. I was looking through the code yesterday and see where the .NET CAS client is pulling values out of POST-ed data using the .NET Framework's...
@phantomtypist Thanks for that heads up! Partial good news is that, for .NET v4.5 and onwards, I was able to fix the request validation errors that the OP was encountering....
@phantomtypist How about we: 1. Update the docs for v1.X of this client with information about this "known issue" and how to work around it (bumping the validation mode down...
@HamidRezaAshkiyan Any update on testing the CASv3 support in the client?
@HamidRezaAshkiyan Sounds good. I was just checking in as sometimes the original poster forgets to check back and let us know how things are going. Let us know when you...
Does anyone have any recommendations on how to store the `CasAuthenticationTicket` object in a service ticket manager that is implemented using SQL Server? Since `CasAuthenticationTicket` and `Assertion` are both serializable,...
FWIW I am currently working on an implementation of a service ticket manager that uses MS SQL Server for the backend. I have posted some thoughts & questions about it...
Another FWIW, I have implemented a MS SQL service ticket manager in my own code that uses a `VARBINARY` column to store the serialized `CasAuthenticationTicket` object. It uses a binary...
For naming of the tertiary projects, I personally like something like `DotNetCasClient.State.Redis` to fall in line with the organization of the code within the project, and it gives a bit...