Closed akiander closed 5 years ago
@wwwlicious would you be interested in a PR fixing this? I'm currently working in a fork to bring this up to 5.4 as I need it in a project.
It requires retargeting to netstandard2.0
and dotnet framework 4.6.2.
@nover sure, a PR would be most welcome. 👍
I tried using this component in a ServiceStack version 5.4.0 web service and I was not able to use it.
The following code won't compile:
due to these errors:
I tried downgrading ServiceStack to version 4.x to support this component but then other areas of the service code begin to fail.
Is there some simple way to get this Identity Server authentication working on version 5.4.x?