Skip to content

Commit 61d09d0

Browse files
authored
Merge pull request #574 from onelogin/notify-change-endpoint-params
Update README.md
2 parents 49da18b + 682fcc5 commit 61d09d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Version `1.12.0` adds support for gcm algorithm and
55
change/adds specific error messages for signature validations
66

7+
`idp_sso_target_url` and `idp_slo_target_url` attributes of the Settings class deprecated in favor of `idp_sso_service_url` and `idp_slo_service_url`.
8+
In IDPMetadataParser, `parse`, `parse_to_hash` and `parse_to_array` methods now retrieve SSO URL and SLO URL endpoints with
9+
`idp_sso_service_url` and `idp_slo_service_url` (previously `idp_sso_target_url` and `idp_slo_target_url` respectively).
10+
711
## Updating from 1.10.x to 1.11.0
812
Version `1.11.0` deprecates the use of `settings.issuer` in favour of `settings.sp_entity_id`.
913
There are two new security settings: `settings.security[:check_idp_cert_expiration]` and `settings.security[:check_sp_cert_expiration]` (both false by default) that check if the IdP or SP X.509 certificate has expired, respectively.

0 commit comments

Comments
 (0)