dotnet-cas-client icon indicating copy to clipboard operation
dotnet-cas-client copied to clipboard

Apereo .NET CAS Client

Results 36 dotnet-cas-client issues
Sort by recently updated
recently updated
newest added

I would like to contribute a bug fix related to this library and Internet Explorer. The issue is outlined in this blog post. https://blogs.perficient.com/2017/03/27/troubleshooting-the-redirect-issue-of-net-cas-integration-in-ie/

Our web application is CAS enabled and works to get data from a CAS enabled backend. Everything works fine and we can get a proxy ticket to retrieve data from...

question

@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...

I am going to call a Java REST API from .net. The API is secured by CAS. Does this project cover [the protocol described here](https://apereo.github.io/cas/5.1.x/protocol/REST-Protocol.html) i.e. getting, validating, caching, deleting...

enhancement
up-for-grabs

The current implementations provided are only store the proxy and service tickets in-memory or on disk locally to the web application. The limitation of this model is that it will...

enhancement

I'm running into a problem using the AllowHtml attribute to allow posting HTML strings with DotNetCasClient installed. Any help would be appreciated. The attribute works fine without the CAS client,...

bug

We need a new validator, Cas30 perhaps that is able to consume attributes and other protocol-related attrs. I do have a bit of time set aside this week to review...

enhancement

This PR fully implements CAS v3.0 support as defined by the [protocol specification](https://apereo.github.io/cas/6.0.x/protocol/CAS-Protocol-Specification.html). This primarily allows for the reading of additional user attributes that are released by the CAS server...

# The *Why* Verbiage from the actual StyleCop > The goal is to define guidelines to enforce consistent style and formatting and help developers avoid common pitfalls and mistakes. >...

enhancement
up-for-grabs

Need to add... See https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments

enhancement