Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
961 stars 604 forks source link

Add subject to AuthnRequest #1194

Closed paullem closed 2 years ago

paullem commented 4 years ago

It adds a Subject property to the Saml2AuthenticationRequest (with an XML writer and parser). And a bit of an ugly work around to make it work. It adds a bool parameter to the Saml2SubjectExtension.ToXElement(). The AuthnRequest should not have the “Bearer”. Although ugly, it does not break existing code this way. Of course any other solution is fine for us.

It is not used every day . I do know two applications.

AndersAbel commented 2 years ago

Spring cleaning, closing old PRs