ellenfieldn / IdentityServer4.WsFederation

Full .Net Core implementation of WsFederation for IdentityServer4
Apache License 2.0
12 stars 6 forks source link

Support SAML 1.1 and SAML 2.0 tokens #4

Open ellenfieldn opened 6 years ago

ellenfieldn commented 6 years ago

Currently SAML 2.0 tokens are supported.

For deserialization, support a list of supported token types. For serialization, support a default token type option.