Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: iwarapter/terraform-provider-pingfederate

v0.2.0

25 Apr 20:50
v0.2.0
c167b35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

21 Jan 18:53
v0.1.1
519b3ce
Compare
Choose a tag to compare

CHANGELOG

BUG FIXES:

  • Fix issues with pingfederate_authentication_policy_contract pingfederate_oauth_client plans being incorrect (#245)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Dec 21:39
v0.1.0
74e2231
Compare
Choose a tag to compare

BREAKING CHANGES:

FEATURES:

  • New Resource pingfederate_application_session_policy. (#232)
  • New Resource pingfederate_authentication_session_policy. (#232)
  • New Resource pingfederate_session_settings. (#232)
  • New Resource pingfederate_global_authentication_session_policy. (#232)
  • New Resource pingfederate_redirect_validation_settings. (#193)
  • Add support for user_id_authenticated within AUTHN_SOURCE policy actions. (#215)
  • Add support for search_attributes with ldap_attribute_source. (#233)

BUG FIXES:

  • Fixed issue with empty configuration blocks. (#206)
  • Fixed issue with empty issuance criteria blocks. (#213)
  • Allowed empty inbound_mapping for policies. (#213)
  • Change responder_url to be optional due to API change in PF11.1 (#231)

Full Changelog: v0.0.24...v0.1.0

v0.0.24

17 Feb 22:57
v0.0.24
84fb5e1
Compare
Choose a tag to compare

CHANGELOG

FEATURES:

  • Add support for pingfederate_idp_token_processor. (#160)

BREAKING CHANGES:

  • Behaviour change for pingfederate_idp_sp_connection the ws_trust.attribute_contract.core_attributes is computed and can no longer be set. (#159)

BUG FIXES:

  • Remove unnecessary retry on OAuth client creation. (#165)
  • Fixed issue incoming_proxy_settings didn't run on 11+ . (#162)
  • Fixed issue ws_trust on pingfederate_idp_sp_connection when request_contract_ref is not provided. (#158)
  • Ensure logging_module on pingfederate_idp_sp_connection has a default (STANDARD). (#159)

v0.0.23

27 Dec 20:37
v0.0.23
656d941
Compare
Choose a tag to compare

CHANGELOG

NOTES:

  • Regression testing against 9.3.3 and 10.0.x has been removed as PingIdentity no longer provider working container images.
  • Tested against newly released PingFederate 11.0

BUG FIXES:

  • Authentication policy failed marshalling of attribute_rules in PingFederate API. (#148)
  • Change ws_trust.request_contract_ref on pingfederate_idp_sp_connection to no longer be required. (#155)

v0.0.22

23 Oct 21:39
v0.0.22
6407e50
Compare
Choose a tag to compare

CHANGELOG

NOTES:

⚠️ Do not use pingfederate_oauth_client_settings and pingfederate_extended_properties together, both API's change the same settings and switching should be done carefully. ⚠️

FEATURES:

  • Add support for pingfederate_oauth_client_settings (singleton). (#145)
  • Add support for pingfederate_oauth_client_registration_policy to support DCR settings. (#145)
  • Add support for pingfederate_oauth_access_token_manager_settings. (#143)

BUG FIXES:

  • Authentication policy tree default enabled status regression has been fixed back to true. (#139)

v0.0.21

13 Sep 19:24
v0.0.21
bb1f9c1
Compare
Choose a tag to compare

Changelog

NOTES:

  • This is an early release experimental build for PingFederate 10.x

FEATURES:

  • Added more cross functional PingFederate version testing, 9.3 -> 10.3.

BUG FIXES:

  • Don't set configuration default rows unless true (allows PF9.3 to work). (#135)

v0.0.20

08 Sep 17:03
v0.0.20
4603ecf
Compare
Choose a tag to compare

Changelog

NOTES:

  • This is an early release experimental build for PingFederate 10.x

FEATURES:

  • Add support for pingfederate_certificates_revocation_settings. (#130)
  • Add support for pingfederate_pingone_connection. (#115)

BUG FIXES:

  • Fixed incorrect validation on AttributeContractFulfillment. (#129)

v0.0.19

13 Aug 23:02
v0.0.19
430d019
Compare
Choose a tag to compare

Changlog

NOTES:

  • This is an early release experimental build for PingFederate 10.x

FEATURES:

  • Add data source to return PingFederate version. (#116)
  • Generated provider docs for all resources and data-sources. (#114)
  • Added functional testing against PingFederate 10.3.x

BUG FIXES:

  • Fixed issue with pingfederate_idp_sp_connection block outbound_provision not correctly handling sensitive_target_settings.
  • Fixed issue with pingfederate_idp_sp_connection block sp_browser_sso.attribute_contract.extended_attributes ordering. (#117)

DEPRECATIONS:

  • The pingfederate_oauth_auth_server_settings attribute approved_scope_attribute has been deprecated please use approved_scopes_attribute to correctly align with the Admin API.
  • The pingfederate_oauth_openid_connect_policy attribute include_user_in_id_token has been deprecated please use include_user_info_in_id_token to correctly align with the Admin API.
  • The pingfederate_server_settings block roles_and_protocols has been deprecated in PingFederate 10.1.

v0.0.18

15 Jul 16:44
v0.0.18
0adf70d
Compare
Choose a tag to compare

Changelog

NOTES:

  • This is an early release experimental build for PingFederate 10.x

FEATURES:

  • Add support for PAR oauth server settings. (#108)
  • Add support configuring IDP Adapter instance_id. (#106)

BUG FIXES:

  • Add missing field to oauth client restrict_to_default_access_token_manager. (#109)
  • Fix broken field to oauth server settings admin_web_service_pcv_ref. (#105)