Need sample spring-security files for Kerberos on Appian 7.8

Need sample spring-security files for Kerberos on Appian 7.8

OriginalPostID-148795

OriginalPostID-148795

  Discussion posts and replies are publicly visible

Parents
  • Hey Eduardo, these examples do not use a wrapper do we need that for 7.8?

    <!-- Need to wrap the Authentication Provider using the Authentication Provider Wrapper class. See Appian Forum for details -->
    <bean id="kerberosServiceAuthenticationProviderWrapped" class="com.appiancorp.suiteapi.security.auth.AuthenticationProviderWrapper">
    <constructor-arg ref="kerberosServiceAuthenticationProvider"/>
    </bean>
Reply
  • Hey Eduardo, these examples do not use a wrapper do we need that for 7.8?

    <!-- Need to wrap the Authentication Provider using the Authentication Provider Wrapper class. See Appian Forum for details -->
    <bean id="kerberosServiceAuthenticationProviderWrapped" class="com.appiancorp.suiteapi.security.auth.AuthenticationProviderWrapper">
    <constructor-arg ref="kerberosServiceAuthenticationProvider"/>
    </bean>
Children
No Data