jitbit / AspNetSaml

Very simple SAML 2.0 consumer module for ASP.NET/C#
https://www.jitbit.com
Apache License 2.0
364 stars 118 forks source link

modify response class to facilitate extensibility #20

Closed golaat closed 5 years ago

golaat commented 5 years ago

Changed the Response class so that it can be more extensible when it comes to adding new properties; you can derive from it or create a partial class. There is probably a better way to do this, perhaps using a dictionary of the properties brought back in response but this at least will save me the hassle of editing your nuget class.