AzureAD / azure-activedirectory-identitymodel-extensions-for-dotnet

IdentityModel extensions for .Net
MIT License
1.06k stars 401 forks source link

Writing xml (Saml, Saml2, Dsig) should have namespaces. #850

Closed brentschmaltz closed 6 years ago

brentschmaltz commented 6 years ago

When xml is written it should have the namespace in the first element. Saml, Saml2 and Dsig should be added.

brentschmaltz commented 6 years ago

@lovemaths can you have at look at this and get us an idea how much work this would be. Writing tokens is not a P0 scenario for this release, but if this is a reasonable amount of work we could consider it.

brentschmaltz commented 6 years ago

@mafurman I noticed that SamlConstants and Saml2Contants have a different value for "saml" prefix. Saml1 - > PreferredPrefix, Saml2 Prefix. Lets make is PreferredPrefix.