You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this commit in Spring Security, some properties in the RelyingPartyRegistration were deprecated in favor of others aligned SAML 2.0 Spec Language.
Consider changing identityprovider in favor of assertingparty in Saml2RelyingPartyProperties to better align with the naming in Spring Security.
Rename spring.security.saml2.relyingparty.registration.*.identity-provider.*
to spring.security.saml2.relyingparty.registration.*.asserting-party.*
The old property names are still supported, but will lead to a warning
in the logs.
Closesspring-projectsgh-30642
Since this commit in Spring Security, some properties in the
RelyingPartyRegistration
were deprecated in favor of others aligned SAML 2.0 Spec Language.Consider changing
identityprovider
in favor ofassertingparty
inSaml2RelyingPartyProperties
to better align with the naming in Spring Security.Related:
The text was updated successfully, but these errors were encountered: