question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Testing Experimental CAS v3 Support

See original GitHub issue

@HamidRezaAshkiyan, I have created this separate issue for you so that we can discuss attempting to use my CAS v3 protocol support without creating too much off-topic chatter in issue 17.

Please note, again, that the code I have written so far is untested and not guaranteed to work, especially not in a production environment. However, if you want to test it yourself and provide me with feedback:

  1. Uninstall the DotNetCasClient NuGet package from your project. This should still leave behind your CAS client configuration in your web.config file.
  2. Clone the dev-issue-17 branch of my repository to your development machine.
  3. In your project (in Visual Studio), add a reference to the project you just cloned. This will cause Visual Studio to build the clone of DotNetCasClient when building your project, since it is now a dependency.
  4. In your web.config file, locate the casClientConfig configuration section and modify the ticketValidatorName attribute to be Cas30 instead of Cas20.
  5. If you are able to successfully build your project, you should now be able to run it.

Let me know if you run into any issues with the above steps. And definitely let me know what did and didn’t work if you were able to successfully compile and run my version of the CAS client.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
TheHokieCodercommented, Aug 5, 2020

@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 are able to get your CAS server issue resolved and are then able to test out the CASv3 support. Thanks!

0reactions
HamidRezaAshkiyancommented, Aug 21, 2020

Unfortunately, Server admin doesn’t respond and I couldn’t solve problem on my own so close this issue or if you like keep it open for other to contribute and if anything changed i will come back and say it here. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · apereo/dotnet-cas-client
Apereo .NET CAS Client. Contribute to apereo/dotnet-cas-client development by creating an account on GitHub. ... Testing Experimental CAS v3 Support.
Read more >
Public CAS server for testing client code
1 Answer 1 ... If you google for Apereo CAS, you will arrive at this site: https://apereo.github.io/cas which is the official website for...
Read more >
CAS - Test Process
This page documents the steps that a CAS developer/contributor should take for testing a CAS server deployment during development.
Read more >
Test types supported by the CAS-BUS
As System on a Chip (SoC) testing faces new challenges, some new test architectures must be developed. This paper describes a Test Access...
Read more >
DIAGNOSIS AND TREATMENT OF CO-OCCURRING CAS ...
Participants: 3 minimally verbal boys with ASD, aged 4;6, 7;0 and 7;3. • Diagnosed with CAS based on dynamic speech testing.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found