UAG Forms Authentication
-
Monday, January 31, 2011 11:49 PM
Hi,
I have followed the samples for creating UAG SSO Forms Authentication outlined at
http://blogs.technet.com/b/fesnouf/archive/2010/10/01/implementing-uag-sso-with-scom.aspx
http://blogs.technet.com/b/ben/archive/2010/01/23/custom-form-login-sso-how-to.aspx
However when testing this out, after I logon to Forefront and then launch the Legacy Application the Username and Password parameters are not being sent through.
Im not sure however if the section of XML I have written in WizardDefaults\FormLogin\CustomUpdate\FormLogin.xml is even being executed.
Is there a way to see if this file was accessed or where the problem may lie? I have checked the trace logs and Fiddler has confirmed no extra info is being sent through.
Here is the section of XML
<APPLICATION>
<APPLICATION_TYPE>Legacy</APPLICATION_TYPE>
<USAGE description="form_login">
<PRIMARY_HOST_URL>.*/abi-bin/login.*</PRIMARY_HOST_URL>
<SECONDARY_HOST_URL></SECONDARY_HOST_URL>
<SCRIPT_NAME source="data_definition">FormLoginSubmitStandard</SCRIPT_NAME>
<USER_AGENT>
<AGENT_TYPE search="group">all_supported</AGENT_TYPE>
<POLICY>multiplatform</POLICY>
<SCRIPT_NAME source="data_definition">FormLoginHandler</SCRIPT_NAME>
</USER_AGENT>
<MULTIPLE_LOGIN>true</MULTIPLE_LOGIN>
<LOGIN_FORM>
<NAME>F1</NAME>
<METHOD>POST</METHOD>
<CONTROL handling="dummy_value">
<TYPE>USER_NAME</TYPE>
<NAME>user</NAME>
<DEF_VALUE>usr</DEF_VALUE>
</CONTROL>
<CONTROL handling="dummy_value">
<TYPE>PASSWORD</TYPE>
<NAME>pwd</NAME>
<DEF_VALUE>whlpass</DEF_VALUE>
</CONTROL>
</LOGIN_FORM>
</USAGE>
</APPLICATION>
All Replies
-
Thursday, February 03, 2011 6:36 AM
Issue was AD configuration inside the Application in UAG.
Problem resolved.
- Marked As Answer by Robbie RVD Thursday, February 03, 2011 6:36 AM
-
Thursday, April 12, 2012 9:48 PMI'm struggling with this myself. What was your AD issue?
Bret

