Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to convert formLoginAuthenticationEntryPoint to basic authentication

 I have installed DOORs web access server 9.7. In C:\Program Files\IBM\Rational\DOORSWebAccess\server\webapps\dwa\WEB-INF\webSecurity.xml there is this below line:-

<bean id="formLoginAuthenticationEntryPoint"
      class="com.telelogic.festival.session.DWAAuthenticationProcessingFilterEntryPoint">
      <!-- The url of the form to redirect to for normal login prompt -->
      <property name="loginFormUrl">
         <value>/welcome/welcome.jsp</value>
      </property>
      <property name="preAuthenticatedLoginUrl">
         <value>/j_acegi_security_check</value>
      </property>
   </bean

I want to change form authentication to basic authentication. 

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Dec 09 '20, 5:01 a.m.

Question was seen: 1,384 times

Last updated: Dec 09 '20, 5:01 a.m.

Confirmation Cancel Confirm