Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
951 stars 601 forks source link

Format namequalifier entity #1344

Closed SamueleFurnari closed 2 years ago

SamueleFurnari commented 2 years ago

I needed to add Format and NameQualifier to AuthnRequest's Issuer tag, so I added properties to EntityId object and xml creation.

This is also related to the #637 issue.

AndersAbel commented 2 years ago

I'm sorry but this isn't anything that's possible to handle right now. The develop branch is in the middle of a major rewrite and the AuthnRequest creation still isn't in there. It will be, eventually, and then #637 and Format and NameQualifier can be added. For now, please open an issue to track the requirements (unless there already is one). I'm going to close this PR as was based on the old code and doesn't fit the new structure under way.