Skip to content

Commit 682fcc5

Browse files
authored
Verbiage tweak
1 parent 3196bfc commit 682fcc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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 by idp_sso_service_url and idp_slo_service_url.
8-
At IDPMetadataParser, parse,parse_to_hash/parse_to_array methods now retrieve SSO URL and SLO URL endpoints as
9-
idp_sso_service_url and idp_slo_service_url instead idp_sso_target_url and idp_slo_target_url
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).
1010

1111
## Updating from 1.10.x to 1.11.0
1212
Version `1.11.0` deprecates the use of `settings.issuer` in favour of `settings.sp_entity_id`.

0 commit comments

Comments
 (0)