Daniel Stieglitz created NIFI-14699:
---------------------------------------
Summary: Replace
org.springframework.security.saml2.provider.service.authentication.OpenSaml5AuthenticationProvider
deprecated method createDefaultResponseAuthenticationConverter() with API
suggested replacement
Key: NIFI-14699
URL: https://issues.apache.org/jira/browse/NIFI-14699
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
Per the
[https://javadoc.io/doc/org.springframework.security/spring-security-saml2-service-provider/latest/org/springframework/security/saml2/provider/service/authentication/OpenSaml5AuthenticationProvider.html]
javadocs, the method has been deprecated and the suggeted equivalent is to use
[OpenSaml5AuthenticationProvider.ResponseAuthenticationConverter|https://javadoc.io/static/org.springframework.security/spring-security-saml2-service-provider/6.5.1/org/springframework/security/saml2/provider/service/authentication/OpenSaml5AuthenticationProvider.ResponseAuthenticationConverter.html]
The place where this is an issue is
{code:java}
[WARNING]
nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/main/java/org/apache/nifi/web/secu
rity/saml2/service/authentication/ResponseAuthenticationConverter.java:[42,121]
[deprecation] createDefaultResponseAuthenticationConverter() in O
penSaml5AuthenticationProvider has been deprecated{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)