All Versions
20
Latest Version
Avg Release Cycle
53 days
Latest Release
1871 days ago

Changelog History
Page 2

  • v0.8.3 Changes

    November 18, 2017
    • ๐Ÿ“‡ Generates SP metadata XML that passes XSD validation
  • v0.8.2 Changes

    • ๐Ÿ“‡ Handle namespaces in Identity Provider Metadata XML file
  • v0.8.0 Changes

    • ๐Ÿ‘ Added support for multiple Identity Providers. Check issue: #4. Instructions for migrating from v0.7.x available in github project wiki.
  • v0.7.2 Changes

    • Added use_redirect_for_idp_req config parameter. By default Samly uses HTTP POST when sending requests to IdP. Set this config parameter to true if HTTP redirection should be used instead.
  • v0.7.1 Changes

    • ๐Ÿ“‡ Added config option (entity_id). OOTB uses metadata URI as entity ID. Can be specified (urn entity ID for example) to override the default.
  • v0.7.0 Changes

    • Added config options to control if requests and/or responses are signed or not
  • v0.6.3 Changes

    • Added Inch CI
    • โšก๏ธ Corresponding doc updates
  • v0.6.2 Changes

    • โšก๏ธ Doc updates
    • โœ… Config handling changes and corresponding tests
  • v0.6.1 Changes

    • target_url query parameter form url encoded
  • v0.6.0 Changes

    • Plug Pipeline config :pre_session_create_pipeline
    • Computed attributes available in Samly.Assertion
    • โšก๏ธ Updates to Samly.Provider base_url config handling