ComponentSpace SAML Suite - Summer 2024

Released: Jul 25, 2024

Summer 2024 버젼 업데이트

기능

ComponentSpace SAML v2.0 for ASP.NET v7.1.0 updates:

  • When there are multiple pending SAML responses within the one browser session, respond to the most recent first rather than the oldest.
  • Support encryption certificates when exporting IdP metadata.

ComponentSpace SAML v2.0 for ASP.NET Core v5.1.0 updates:

  • Change HttpPostFormOptions.OtherFormVariables to a delegate to support dynamic form variable values.
  • Include the NameIDFormat in the ISpSsoResult and the SAML authentication handler's AuthenticationProperties.
  • When there are multiple pending SAML responses within the one browser session, respond to the most recent first rather than the oldest.
  • Make the SAML authentication handler property key names public.
  • Make the SAML authentication handler and middleware inheritable.
  • Support specifying the NameID format through the ISamlIdentityProvider interface.
  • Include the optional correlationID to support multiple pending responses.

수정사항

ComponentSpace SAML v2.0 for ASP.NET Core v5.1.0 fixes:

  • Send the authn request to ISsoOptions.Destination, if specified.